Skip to content
Commit cfe0cb20 authored by Luis de Bethencourt's avatar Luis de Bethencourt
Browse files

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: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
parent 4c3897cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment