Commit 78f647c2 authored by Salah Triki's avatar Salah Triki Committed by 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: default avatarSalah Triki <salah.triki@gmail.com>
Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
parent 2ac636b4
......@@ -27,7 +27,7 @@ struct buffer_head *
befs_bread_iaddr(struct super_block *sb, befs_inode_addr iaddr)
{
struct buffer_head *bh;
befs_blocknr_t block = 0;
befs_blocknr_t block;
struct befs_sb_info *befs_sb = BEFS_SB(sb);
befs_debug(sb, "---> Enter %s "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment