提交 78f647c2 编写于 作者: S Salah Triki 提交者: Luis de Bethencourt

befs: remove unnecessary initialization

There is no need to init block, since it will be overwitten later by
iaddr2blockno().
Signed-off-by: NSalah Triki <salah.triki@gmail.com>
Signed-off-by: NLuis de Bethencourt <luisbg@osg.samsung.com>
上级 2ac636b4
...@@ -27,7 +27,7 @@ struct buffer_head * ...@@ -27,7 +27,7 @@ struct buffer_head *
befs_bread_iaddr(struct super_block *sb, befs_inode_addr iaddr) befs_bread_iaddr(struct super_block *sb, befs_inode_addr iaddr)
{ {
struct buffer_head *bh; struct buffer_head *bh;
befs_blocknr_t block = 0; befs_blocknr_t block;
struct befs_sb_info *befs_sb = BEFS_SB(sb); struct befs_sb_info *befs_sb = BEFS_SB(sb);
befs_debug(sb, "---> Enter %s " befs_debug(sb, "---> Enter %s "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册