xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag
authorChristoph Hellwig <hch@infradead.org>
Wed, 11 May 2011 15:04:03 +0000 (15:04 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 25 May 2011 15:48:36 +0000 (10:48 -0500)
commit548932739b16e623601f6d7dfb31a1fe28cda050
tree6966aeb6ad9c6e066e37b1b86c9a95df8f4f5957
parent55a7bc5a30ff2d30d8a34fea2af9fc601b32e61a
xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag

The XFS_BMAPI_RSVBLOCKS is unused, and as far as I can see has
always been.  Remove it to simplify the bmapi implementation and
conserve stack space.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_bmap.c
fs/xfs/xfs_bmap.h