diff options
author | Nicholas Krause <xerofoify@gmail.com> | 2015-07-01 03:37:21 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-08-04 23:09:56 +0200 |
commit | c1079892f4e8ecfd1bbc525cbfc1bd46b470888e (patch) | |
tree | 0400e55f2dd3d4e63eda4ee9632c35f12270028c /MAINTAINERS | |
parent | f2fs: check the largest extent at look-up time (diff) | |
download | linux-c1079892f4e8ecfd1bbc525cbfc1bd46b470888e.tar.xz linux-c1079892f4e8ecfd1bbc525cbfc1bd46b470888e.zip |
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 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions