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)
commitc11554104f4dcb509fd43973389b097a04b9d51d
tree18b67546aa2baacaa729ae51ad656465bdc2654f
parent64fc35de60da3b1fe970168d10914bf1cf34a3e3
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