From: Gu Zheng Date: Mon, 20 Oct 2014 09:45:51 +0000 (+0800) Subject: f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit X-Git-Tag: omap-for-v3.20/drop-legacy-3517~143^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52aca07425088954384eb503d8e3442d81b9d18c;p=pandora-kernel.git f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit Rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit, which mean set/clear bit and return the old value, for better readability. Signed-off-by: Gu Zheng Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed