diff options
author | Nicholas Krause <xerofoify@gmail.com> | 2015-06-30 21:37:21 -0400 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-08-04 14:09:56 -0700 |
commit | c1079892f4e8ecfd1bbc525cbfc1bd46b470888e (patch) | |
tree | 0400e55f2dd3d4e63eda4ee9632c35f12270028c /arch/mips/lib/bitops.c | |
parent | 84bc926c076963d5b992640f5c8d242754801fd6 (diff) |
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: Nicholas Krause <xerofoify@gmail.com>
[Jaegeuk Kim: change the return value check for the renamed function]
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'arch/mips/lib/bitops.c')
0 files changed, 0 insertions, 0 deletions