| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfs: use tr_growrtalloc for growing rt files |
| From: | Brian Foster <bfoster@xxxxxxxxxx> |
| Date: | Fri, 17 Jan 2014 15:09:30 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
This is a regression from the following commit:
3d3c8b5222b9 xfs: refactor xfs_trans_reserve() interface
Use the tr_growrtalloc log reservation for growing the
bitmap/summary files.
Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx>
---
fs/xfs/xfs_rtalloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/xfs_rtalloc.c b/fs/xfs/xfs_rtalloc.c
index a6a76b2..ec5ca65 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;
--
1.8.1.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] xfs: use tr_qm_dqalloc log reservation for dquot alloc, Brian Foster |
|---|---|
| Next by Date: | [PATCH 0/3 V2] xfs: allow logical-sector sized O_DIRECT for any fs sector size, Eric Sandeen |
| Previous by Thread: | [PATCH] xfs: use tr_qm_dqalloc log reservation for dquot alloc, Brian Foster |
| Next by Thread: | Re: [PATCH] xfs: use tr_growrtalloc for growing rt files, Eric Sandeen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |