diff options
| author | Dave Chinner <david@fromorbit.com> | 2014-05-20 08:56:00 +1000 |
|---|---|---|
| committer | Dave Chinner <david@fromorbit.com> | 2014-05-20 08:56:00 +1000 |
| commit | 0d907a3bb4a77cffebebd17c323e898048301aa3 (patch) | |
| tree | c093289c9ab443935ce10e138ab49efacb2c283f /fs/xfs/xfs_bmap_util.c | |
| parent | Merge branch 'xfs-attr-cleanup' into for-next (diff) | |
| parent | xfs: fix compile error when libxfs header used in C++ code (diff) | |
| download | linux-0d907a3bb4a77cffebebd17c323e898048301aa3.tar.gz linux-0d907a3bb4a77cffebebd17c323e898048301aa3.zip | |
Merge branch 'xfs-misc-fixes-2-for-3.16' into for-next
Conflicts:
fs/xfs/xfs_ialloc.c
Diffstat (limited to 'fs/xfs/xfs_bmap_util.c')
| -rw-r--r-- | fs/xfs/xfs_bmap_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c index 296160b8e78c..057f671811d6 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c @@ -1519,7 +1519,6 @@ xfs_collapse_file_space( while (!error && !done) { tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); - tp->t_flags |= XFS_TRANS_RESERVE; /* * We would need to reserve permanent block for transaction. * This will come into picture when after shifting extent into @@ -1529,7 +1528,6 @@ xfs_collapse_file_space( error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, XFS_DIOSTRAT_SPACE_RES(mp, 0), 0); if (error) { - ASSERT(error == ENOSPC || XFS_FORCED_SHUTDOWN(mp)); xfs_trans_cancel(tp, 0); break; } |
