From: Kevan Rehm <kfr@xxxxxxx> In phase 6, in mk_root_dir(), xfs_repair initializes the mount point's m_rootip pointer without accounting for that reference. This field never really used or needed in repair otherwise, and the assigned pointer doesn't really represent a real reference to an inode that needs to be cached. So just kill off this assignment. Signed-off-by: Alex Elder <aelder@xxxxxxx> --- repair/phase6.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/repair/phase6.c b/repair/phase6.c index 1c82cb1..81d7fe6 100644 --- a/repair/phase6.c +++ b/repair/phase6.c @@ -797,8 +797,6 @@ mk_root_dir(xfs_mount_t *mp) ip->i_df.if_bytes = ip->i_df.if_real_bytes = 0; ip->i_df.if_u1.if_extents = NULL; - mp->m_rootip = ip; - /* * initialize the directory */ -- 1.7.6.4 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs