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

fs: befs: remove unnecessary *befs_sb variable

Remove *befs_sb and just call BEFS_SB(sb) directly, since the returned
value by this function is only used once.
Signed-off-by: NSalah Triki <salah.triki@gmail.com>
Acked-by: NLuis de Bethencourt <luisbg@osg.samsung.com>
上级 143d2a61
......@@ -425,10 +425,9 @@ befs_find_brun_dblindirect(struct super_block *sb,
struct buffer_head *indir_block;
befs_block_run indir_run;
befs_disk_inode_addr *iaddr_array;
struct befs_sb_info *befs_sb = BEFS_SB(sb);
befs_blocknr_t indir_start_blk =
data->max_indirect_range >> befs_sb->block_shift;
data->max_indirect_range >> BEFS_SB(sb)->block_shift;
off_t dbl_indir_off = blockno - indir_start_blk;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册