From 1f7732fe6cc0c37befc74cef1d289cd2272b7a5c Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Thu, 23 Oct 2014 14:40:20 +0200 Subject: [PATCH] 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-format-patch failed