commit | 0cadda1c5f194f98a05d252ff4385d86d2ed0862 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Jan 19 09:56:44 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Thu Jan 21 13:44:36 2010 -0600 |
tree | a299a7a976f1478f9024f1d3aff9a2351a8397fe | |
parent | a210c1aa7f6c90b729cc3a72d03e789b13cb6c47 [diff] |
xfs: remove duplicate buffer flags Currently we define aliases for the buffer flags in various namespaces, which only adds confusion. Remove all but the XBF_ flags to clean this up a bit. Note that we still abuse XFS_B_ASYNC/XBF_ASYNC for some non-buffer uses, but I'll clean that up later. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Alex Elder <aelder@sgi.com>