From: Ryusuke Konishi Date: Thu, 16 Apr 2015 19:46:28 +0000 (-0700) Subject: nilfs2: use set_mask_bits() for operations on buffer state bitmap X-Git-Tag: omap-for-v4.1/fixes-rc1~115^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead8ecffa3e180202c1096a39f14bbecffb139a1;p=pandora-kernel.git nilfs2: use set_mask_bits() for operations on buffer state bitmap nilfs_forget_buffer(), nilfs_clear_dirty_page(), and nilfs_segctor_complete_write() are using a bunch of atomic bit operations against buffer state bitmap. This reduces the number of them by utilizing set_mask_bits() macro. Signed-off-by: Ryusuke Konishi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed