kernel-hacking-2024-linux-s.../fs/xfs/linux-2.6
Dave Chinner c11554104f 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>
2010-05-24 10:33:39 -05:00
..
kmem.c
kmem.h
mrlock.h
sv.h
time.h
xfs_acl.c
xfs_aops.c xfs: clean up end index calculation in xfs_page_state_convert 2010-05-19 09:58:20 -05:00
xfs_aops.h
xfs_buf.c xfs: enforce synchronous writes in xfs_bwrite 2010-05-19 09:58:13 -05:00
xfs_buf.h xfs: add blockdev name to kthreads 2010-05-19 09:58:07 -05:00
xfs_cred.h
xfs_dmapi_priv.h
xfs_export.c
xfs_export.h
xfs_file.c xfs: wait for direct I/O to complete in fsync and write_inode 2010-05-19 09:58:14 -05:00
xfs_fs_subr.c
xfs_fs_subr.h
xfs_globals.c
xfs_globals.h
xfs_ioctl.c
xfs_ioctl.h
xfs_ioctl32.c
xfs_ioctl32.h
xfs_iops.c xfs: Make fiemap work in query mode. 2010-05-19 09:58:16 -05:00
xfs_iops.h
xfs_linux.h
xfs_quotaops.c
xfs_stats.c
xfs_stats.h
xfs_super.c xfs: Clean up XFS_BLI_* flag namespace 2010-05-24 10:33:39 -05:00
xfs_super.h
xfs_sync.c xfs: enforce synchronous writes in xfs_bwrite 2010-05-19 09:58:13 -05:00
xfs_sync.h
xfs_sysctl.c
xfs_sysctl.h
xfs_trace.c xfs: xfs_trace.c: duplicated include 2010-05-19 09:58:14 -05:00
xfs_trace.h xfs: convert the dquot hash list to use list heads 2010-05-19 09:58:11 -05:00
xfs_version.h
xfs_vnode.h
xfs_xattr.c