diff options
-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( | |||
842 | /* | 842 | /* |
843 | * Reserve space & log for one extent added to the file. | 843 | * Reserve space & log for one extent added to the file. |
844 | */ | 844 | */ |
845 | error = xfs_trans_reserve(tp, &M_RES(mp)->tr_growdata, | 845 | error = xfs_trans_reserve(tp, &M_RES(mp)->tr_growrtalloc, |
846 | resblks, 0); | 846 | resblks, 0); |
847 | if (error) | 847 | if (error) |
848 | goto error_cancel; | 848 | goto error_cancel; |