remarkable-linux/fs/befs
Luis de Bethencourt cfe0cb20e6 befs: in memory free_node_ptr and max_size never read
The only place the values of free_node_ptr and max_size are read is in
befs_dump_index_entry(), which both times it is called, it is passed the on
disk superblock. Removing assignment of unused values.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
2016-10-08 10:01:17 +01:00
..
befs.h befs: remove unused functions 2016-10-08 10:01:12 +01:00
befs_fs_types.h
btree.c befs: in memory free_node_ptr and max_size never read 2016-10-08 10:01:17 +01:00
btree.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
ChangeLog
datastream.c befs: make consistent use of befs_error() 2016-10-08 10:01:16 +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 befs: make consistent use of befs_error() 2016-10-08 10:01:16 +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