diff options
author | Dave Chinner <david@fromorbit.com> | 2014-02-20 15:16:09 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-02-20 15:16:09 +1100 |
commit | b678573e29749e7fe884c3a8e61c1cf1e1093987 (patch) | |
tree | 32b02db96ee1f20d98f414e91325afa8d08ebd9c /fs/xfs/xfs_rtalloc.c | |
parent | 5ef11eb0700f806c4671ba33e5befa784a2f70ef (diff) | |
parent | 492185ef1dd261768203a6c3accfd445cde8c503 (diff) | |
download | linux-b678573e29749e7fe884c3a8e61c1cf1e1093987.tar.gz |
Merge branch 'xfs-fixes-for-3.15' into for-next
Diffstat (limited to 'fs/xfs/xfs_rtalloc.c')
-rw-r--r-- | fs/xfs/xfs_rtalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_rtalloc.c b/fs/xfs/xfs_rtalloc.c index a6a76b2b6a85..ec5ca65c6211 100644 --- a/fs/xfs/xfs_rtalloc.c +++ b/fs/xfs/xfs_rtalloc.c @@ -842,7 +842,7 @@ xfs_growfs_rt_alloc( /* * Reserve space & log for one extent added to the file. */ - error = xfs_trans_reserve(tp, &M_RES(mp)->tr_growdata, + error = xfs_trans_reserve(tp, &M_RES(mp)->tr_growrtalloc, resblks, 0); if (error) goto error_cancel; |