Adrian Bunk
2007-Jul-23 01:01 UTC
[Ocfs2-devel] [2.6 patch] ocfs2_insert_extent(): remove dead code
This patch removes some now dead code.
Spotted by the Coverity checker.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
fs/ocfs2/alloc.c | 4 ----
1 file changed, 4 deletions(-)
--- linux-2.6.22-rc6-mm1/fs/ocfs2/alloc.c.old 2007-07-23 01:29:25.000000000
+0200
+++ linux-2.6.22-rc6-mm1/fs/ocfs2/alloc.c 2007-07-23 01:29:52.000000000 +0200
@@ -3500,7 +3500,6 @@ int ocfs2_insert_extent(struct ocfs2_sup
{
int status;
struct buffer_head *last_eb_bh = NULL;
- struct buffer_head *bh = NULL;
struct ocfs2_insert_type insert = {0, };
struct ocfs2_extent_rec rec;
@@ -3552,9 +3551,6 @@ int ocfs2_insert_extent(struct ocfs2_sup
ocfs2_extent_map_insert_rec(inode, &rec);
bail:
- if (bh)
- brelse(bh);
-
if (last_eb_bh)
brelse(last_eb_bh);
Mark Fasheh
2007-Jul-24 05:53 UTC
[Ocfs2-devel] Re: [2.6 patch] ocfs2_insert_extent(): remove dead code
On Mon, Jul 23, 2007 at 10:01:21AM +0200, Adrian Bunk wrote:> This patch removes some now dead code.Yep - thanks Adrian. --Mark -- Mark Fasheh Senior Software Developer, Oracle mark.fasheh@oracle.com