xfs: remove XBF_DONE flag wrapper macros
authorDave Chinner <dchinner@redhat.com>
Wed, 10 Feb 2016 04:01:11 +0000 (15:01 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 10 Feb 2016 04:01:11 +0000 (15:01 +1100)
commitb0388bf1088d992b45aa8af14d3151ae57848b17
tree9fb05eb4c651cdfe45863b42d3327ceb961ffeab
parent36f90b0a2ddd60823fe193a85e60ff1906c2a9b3
xfs: remove XBF_DONE flag wrapper macros

They only set/clear/check a flag, no need for obfuscating this
with a macro.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_buf.c
fs/xfs/xfs_buf.h
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_log.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_trans_buf.c
This page took 0.033453 seconds and 5 git commands to generate.