Changes since last update:
 - Various cleanups
 - Livelock fixes for eofblocks scanning
 - Improved input verification for on-disk metadata
 - Fix races in the copy on write remap mechanism
 - Fix buffer io error timeout controls
 - Streamlining of directio copy on write
 - Asynchronous discard support
 - Fix asserts when splitting delalloc reservations
 - Don't bloat bmbt when right shifting extents
 - Inode alignment fixes for 32k block sizes
xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG

XFS_ALLOCTYPE_ANY_AG  was only used for the RT allocator and is unused
now, and XFS_ALLOCTYPE_START_AG has been unused for a while.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
2 files changed