nilfs2: use set_mask_bits() for operations on buffer state bitmap
authorRyusuke Konishi <[email protected]>
Thu, 16 Apr 2015 19:46:28 +0000 (12:46 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Apr 2015 13:04:03 +0000 (09:04 -0400)
commitead8ecffa3e180202c1096a39f14bbecffb139a1
treee62f1c805c06e493bc0810a0951fe9db71352b84
parent6fb7a61e98ac311a65bc652a12611d9899994f49
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/nilfs2/page.c
fs/nilfs2/segment.c