* [PATCH] xfs: fix comments at xfs_growfs_data_private(), s/freelist/freespace/
@ 2012-11-08 9:26 Jeff Liu
2012-11-08 10:05 ` Dave Chinner
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Liu @ 2012-11-08 9:26 UTC (permalink / raw)
To: xfs
Hello,
Growfs is trying to write a affected AGF header rather than AGFL, fix it IIUC.
Thanks,
-Jeff
Signed-off-by: Jie Liu <jeff.liu@oracle.com>
---
fs/xfs/xfs_fsops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c
index c25b094..a4cd017 100644
--- a/fs/xfs/xfs_fsops.c
+++ b/fs/xfs/xfs_fsops.c
@@ -186,7 +186,7 @@ xfs_growfs_data_private(
nfree = 0;
for (agno = nagcount - 1; agno >= oagcount; agno--, new -= agsize) {
/*
- * AG freelist header block
+ * AG freespace header block
*/
bp = xfs_buf_get(mp->m_ddev_targp,
XFS_AG_DADDR(mp, agno, XFS_AGF_DADDR(mp)),
--
1.7.9.5
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] xfs: fix comments at xfs_growfs_data_private(), s/freelist/freespace/
2012-11-08 9:26 [PATCH] xfs: fix comments at xfs_growfs_data_private(), s/freelist/freespace/ Jeff Liu
@ 2012-11-08 10:05 ` Dave Chinner
0 siblings, 0 replies; 2+ messages in thread
From: Dave Chinner @ 2012-11-08 10:05 UTC (permalink / raw)
To: Jeff Liu; +Cc: xfs
On Thu, Nov 08, 2012 at 05:26:33PM +0800, Jeff Liu wrote:
> Hello,
>
> Growfs is trying to write a affected AGF header rather than AGFL, fix it IIUC.
>
> Thanks,
> -Jeff
>
> Signed-off-by: Jie Liu <jeff.liu@oracle.com>
I'll roll this into the patches I posted a few hours ago that touch
this code...
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-08 10:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-08 9:26 [PATCH] xfs: fix comments at xfs_growfs_data_private(), s/freelist/freespace/ Jeff Liu
2012-11-08 10:05 ` Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox