commit | 143d2a615fe39dd972a6446d24b298f7544588e9 | [log] [tgz] |
---|---|---|
author | Salah Triki <[email protected]> | Sun Jul 31 21:34:28 2016 +0100 |
committer | Luis de Bethencourt <[email protected]> | Sat Oct 08 10:01:23 2016 +0100 |
tree | d3d154473027c76ceba9dc2b42e55991b2276d29 | |
parent | 88ff34446b33c15340c45888dbe325e2ef7ba8c8 [diff] |
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: Salah Triki <[email protected]> Acked-by: Luis de Bethencourt <[email protected]>