diff options
author | Dave Chinner <david@fromorbit.com> | 2015-02-10 09:24:25 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-02-10 09:24:25 +1100 |
commit | bad962662dbc60e76ec1baae34af56b1ba2dfa5f (patch) | |
tree | bf6d56e8658ab5eceb6edec34d4f205f4217d23b /fs/xfs/xfs_fsops.c | |
parent | 179073620d8090e9c52bf203e2033fc9cfe088b3 (diff) | |
parent | e9892d3cc853afdda2cc69e2576d9ddb5fafad71 (diff) |
Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r-- | fs/xfs/xfs_fsops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c index f7114527cd2..fba6532efba 100644 --- a/fs/xfs/xfs_fsops.c +++ b/fs/xfs/xfs_fsops.c @@ -488,6 +488,7 @@ xfs_growfs_data_private( xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, nfree); if (dpct) xfs_trans_mod_sb(tp, XFS_TRANS_SB_IMAXPCT, dpct); + xfs_trans_set_sync(tp); error = xfs_trans_commit(tp, 0); if (error) return error; |