Skip to content
Commit c1079892 authored by Nicholas Krause's avatar Nicholas Krause Committed by Jaegeuk Kim
Browse files

f2fs: make the function check_dnode have a return type of bool and change it's name to is_alive



This makes the function check_dnode have a return type of bool
due to this particular function only ever returning either one
or zero as its return value and changes the name of the function
to is_alive in order to better explain this function's intended
work of checking if a dnode is still in use by the filesystem.

Signed-off-by: default avatarNicholas Krause <xerofoify@gmail.com>
[Jaegeuk Kim: change the return value check for the renamed function]
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 84bc926c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment