[PATCH] xfs_repair: release corrupt directory node buffer

Carlos Maiolino cmaiolino at redhat.com
Fri Sep 4 07:59:38 CDT 2015


On Thu, Sep 03, 2015 at 09:21:04PM -0700, Darrick J. Wong wrote:
> If repair encounters a dir node block that fails checksum or
> verification, free the buffer before the directory gets rebuilt.
> 
> Reported-by: Eric Sandeen <sandeen at sandeen.net>
> Signed-off-by: Darrick J. Wong <darrick.wong at oracle.com>
> ---
>  repair/dir2.c |    1 +
>  1 file changed, 1 insertion(+)
> 
Makes sense.

Reviewed-by: Carlos Maiolino <cmaiolino at redhat.com>

> diff --git a/repair/dir2.c b/repair/dir2.c
> index a5646f8..54c49eb 100644
> --- a/repair/dir2.c
> +++ b/repair/dir2.c
> @@ -200,6 +200,7 @@ _("bad dir magic number 0x%x in inode %" PRIu64 " bno = %u\n"),
>  		}
>  		/* corrupt node; rebuild the dir. */
>  		if (bp->b_error == -EFSBADCRC || bp->b_error == -EFSCORRUPTED) {
> +			libxfs_putbuf(bp);
>  			do_warn(
>  _("corrupt tree block %u for directory inode %" PRIu64 "\n"),
>  				bno, da_cursor->ino);
> 
> _______________________________________________
> xfs mailing list
> xfs at oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs

-- 
Carlos



More information about the xfs mailing list