diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-06-23 04:11:15 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-07-26 14:16:39 -0400 |
commit | cd8b0bb3c49d0691e9e7b4cf19e21ca63b92c053 (patch) | |
tree | 2cefaf57f221ba8c8939ff31884f82bad4f3894a /fs/xfs/xfs_inode.c | |
parent | a59f55703c3725b2fa582924f51db62b58be05bb (diff) |
xfs: remove unused XFS_BMAPI_ flags
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index d22b580162cc..1e6ae68f91af 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -1585,8 +1585,7 @@ xfs_itruncate_finish( | |||
1585 | xfs_bmap_init(&free_list, &first_block); | 1585 | xfs_bmap_init(&free_list, &first_block); |
1586 | error = xfs_bunmapi(ntp, ip, | 1586 | error = xfs_bunmapi(ntp, ip, |
1587 | first_unmap_block, unmap_len, | 1587 | first_unmap_block, unmap_len, |
1588 | xfs_bmapi_aflag(fork) | | 1588 | xfs_bmapi_aflag(fork), |
1589 | (sync ? 0 : XFS_BMAPI_ASYNC), | ||
1590 | XFS_ITRUNC_MAX_EXTENTS, | 1589 | XFS_ITRUNC_MAX_EXTENTS, |
1591 | &first_block, &free_list, | 1590 | &first_block, &free_list, |
1592 | NULL, &done); | 1591 | NULL, &done); |