diff options
author | Jan Kara <jack@suse.cz> | 2014-10-23 14:40:20 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-11-04 01:07:38 +0100 |
commit | 1f7732fe6cc0c37befc74cef1d289cd2272b7a5c (patch) | |
tree | 3a2e923022c9e7ed6a9aba2daed876c7bc7b1488 /fs/f2fs/inode.c | |
parent | f2fs: do not discard data protected by the previous checkpoint (diff) | |
download | linux-1f7732fe6cc0c37befc74cef1d289cd2272b7a5c.tar.xz linux-1f7732fe6cc0c37befc74cef1d289cd2272b7a5c.zip |
f2fs: remove pointless bit testing in f2fs_delete_entry()
There's no point in using test_and_clear_bit_le() when we don't use the
return value of the function. Just use clear_bit_le() instead.
Coverity-id: 1016434
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/inode.c')
0 files changed, 0 insertions, 0 deletions