]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Sat, 8 Oct 2016 09:01:17 +0000 (10:01 +0100)
commitcfe0cb20e6fa09becc5e6f7597c6e2d1ed9ab7dd
treea0a1ba70f6d1712c7d0b07116f4606df26392bfa
parent4c3897cce0774b6196f59f98a44eed7e011db5aa
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