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

fs: befs: remove useless initialization to zero

node_off is unconditionally set to bt_super.root_node_ptr, so no need to
init it to zero.
Signed-off-by: NSalah Triki <salah.triki@gmail.com>
Acked-by: NLuis de Bethencourt <luisbg@osg.samsung.com>
上级 88ff3444
...@@ -420,7 +420,7 @@ befs_btree_read(struct super_block *sb, const befs_data_stream *ds, ...@@ -420,7 +420,7 @@ befs_btree_read(struct super_block *sb, const befs_data_stream *ds,
{ {
struct befs_btree_node *this_node; struct befs_btree_node *this_node;
befs_btree_super bt_super; befs_btree_super bt_super;
befs_off_t node_off = 0; befs_off_t node_off;
int cur_key; int cur_key;
fs64 *valarray; fs64 *valarray;
char *keystart; char *keystart;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册