diff options
Diffstat (limited to 'fs/xfs/xfs_vnodeops.c')
-rw-r--r-- | fs/xfs/xfs_vnodeops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c index 82b000f8ad2f..b6a82d817a82 100644 --- a/fs/xfs/xfs_vnodeops.c +++ b/fs/xfs/xfs_vnodeops.c | |||
@@ -1916,7 +1916,7 @@ xfs_alloc_file_space( | |||
1916 | 1916 | ||
1917 | error0: /* Cancel bmap, unlock inode, unreserve quota blocks, cancel trans */ | 1917 | error0: /* Cancel bmap, unlock inode, unreserve quota blocks, cancel trans */ |
1918 | xfs_bmap_cancel(&free_list); | 1918 | xfs_bmap_cancel(&free_list); |
1919 | xfs_trans_unreserve_quota_nblks(tp, ip, qblocks, 0, quota_flag); | 1919 | xfs_trans_unreserve_quota_nblks(tp, ip, (long)qblocks, 0, quota_flag); |
1920 | 1920 | ||
1921 | error1: /* Just cancel transaction */ | 1921 | error1: /* Just cancel transaction */ |
1922 | xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); | 1922 | xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); |