]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Clean up XFS_BLI_* flag namespace
authorDave Chinner <dchinner@redhat.com>
Fri, 7 May 2010 01:05:19 +0000 (11:05 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 24 May 2010 15:33:39 +0000 (10:33 -0500)
commit0185df07ed9f562647c0da6aaacb24ceede4da3b
tree18b67546aa2baacaa729ae51ad656465bdc2654f
parent19bb5a6f9e9547fa0288e4b318e2a02e6e1f476e
xfs: Clean up XFS_BLI_* flag namespace

Clean up the buffer log format (XFS_BLI_*) flags because they have a
polluted namespace. They XFS_BLI_ prefix is used for both in-memory
and on-disk flag feilds, but have overlapping values for different
flags. Rename the buffer log format flags to use the XFS_BLF_*
prefix to avoid confusing them with the in-memory XFS_BLI_* prefixed
flags.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/quota/xfs_dquot.c
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_buf_item.h
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_log_recover.h
fs/xfs/xfs_trans_buf.c