From: Jan Kara Date: Thu, 23 Oct 2014 12:40:20 +0000 (+0200) Subject: f2fs: remove pointless bit testing in f2fs_delete_entry() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~143^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7732fe6cc0c37befc74cef1d289cd2272b7a5c;p=pandora-kernel.git 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 Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed