remarkable-linux/fs/befs
Salah Triki 143d2a615f 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 <salah.triki@gmail.com>
Acked-by: Luis de Bethencourt <luisbg@osg.samsung.com>
2016-10-08 10:01:23 +01:00
..
befs.h befs: remove unused functions 2016-10-08 10:01:12 +01:00
befs_fs_types.h
btree.c fs: befs: remove useless initialization to zero 2016-10-08 10:01:23 +01:00
btree.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
ChangeLog
datastream.c fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect 2016-10-08 10:01:20 +01:00
datastream.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
debug.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
endian.h
inode.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
inode.h
io.c fs: befs: replace befs_bread by sb_bread 2016-10-08 10:01:12 +01:00
io.h fs: befs: replace befs_bread by sb_bread 2016-10-08 10:01:12 +01:00
Kconfig
linuxvfs.c fs: befs: Insert NULL inode to dentry 2016-10-08 10:01:21 +01:00
Makefile BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
super.c befs: fix function name in documentation 2016-10-08 10:01:11 +01:00
super.h
TODO