befs: in memory free_node_ptr and max_size never read
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 11 Jul 2016 23:02:49 +0000 (00:02 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 9 Aug 2016 14:18:06 +0000 (15:18 +0100)
commita481160c4cc14b8e855f6f609aa5bd2fdd7f48d5
tree683111a740966441cb0aad5c82c9a945e25df64d
parent1a948b2242f06cb183e237e053e7744db3750c77
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>
fs/befs/btree.c
This page took 0.027102 seconds and 5 git commands to generate.