提交 6a18380e 编写于 作者: A Adrian Bunk 提交者: Mark Fasheh

[2.6 patch] ocfs2_insert_extent(): remove dead code

This patch removes some now dead code.

Spotted by the Coverity checker.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
上级 5a254031
...@@ -3731,7 +3731,6 @@ int ocfs2_insert_extent(struct ocfs2_super *osb, ...@@ -3731,7 +3731,6 @@ int ocfs2_insert_extent(struct ocfs2_super *osb,
{ {
int status; int status;
struct buffer_head *last_eb_bh = NULL; struct buffer_head *last_eb_bh = NULL;
struct buffer_head *bh = NULL;
struct ocfs2_insert_type insert = {0, }; struct ocfs2_insert_type insert = {0, };
struct ocfs2_extent_rec rec; struct ocfs2_extent_rec rec;
...@@ -3783,9 +3782,6 @@ int ocfs2_insert_extent(struct ocfs2_super *osb, ...@@ -3783,9 +3782,6 @@ int ocfs2_insert_extent(struct ocfs2_super *osb,
ocfs2_extent_map_insert_rec(inode, &rec); ocfs2_extent_map_insert_rec(inode, &rec);
bail: bail:
if (bh)
brelse(bh);
if (last_eb_bh) if (last_eb_bh)
brelse(last_eb_bh); brelse(last_eb_bh);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册