| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH v2] xfs: fix calculation of freed inode cluster blocks |
| From: | Ben Myers <bpm@xxxxxxx> |
| Date: | Tue, 10 Dec 2013 14:59:31 -0600 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| User-agent: | Mutt/1.5.20 (2009-06-14) |
rec.ir_startino is an agino rather than an ino. Use the correct macro
when dealing with it in xfs_difree.
Signed-off-by: Ben Myers <bpm@xxxxxxx>
---
v2: remove RFC as per Dave's suggestion.
fs/xfs/xfs_ialloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/fs/xfs/xfs_ialloc.c
===================================================================
--- a/fs/xfs/xfs_ialloc.c 2013-12-03 12:07:24.485185962 -0600
+++ b/fs/xfs/xfs_ialloc.c 2013-12-03 12:07:40.994563706 -0600
@@ -1229,7 +1229,7 @@ xfs_difree(
}
xfs_bmap_add_free(XFS_AGB_TO_FSB(mp,
- agno, XFS_INO_TO_AGBNO(mp,rec.ir_startino)),
+ agno, XFS_AGINO_TO_AGBNO(mp, rec.ir_startino)),
XFS_IALLOC_BLOCKS(mp), flist, mp);
} else {
*delete = 0;
_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH v2] xfs_repair: fix process_bmbt_reclist_int, Ben Myers |
|---|---|
| Next by Date: | Re: [PATCH] MAINTAINERS: fix incorrect mail address of XFS maintainer, Ben Myers |
| Previous by Thread: | [PATCH v2] xfs_repair: fix process_bmbt_reclist_int, Ben Myers |
| Next by Thread: | Re: [PATCH v2] xfs: fix calculation of freed inode cluster blocks, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |