Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 00:14:03 +0900 (JST)
From:      Masachika ISHIZUKA <ish@amail.plala.or.jp>
To:        freebsd-current@freebsd.org
Cc:        mckusick@mckusick.com
Subject:   Re: r359627 is panicked with 'softdep_setup_blkfree: not free'
Message-ID:  <20200410.001403.1769874982932407589.ish@amail.plala.or.jp>
In-Reply-To: <202004090540.0395eWWE087378@chez.mckusick.com>
References:  <20200408.095304.2104262169125526778.ish@amail.plala.or.jp> <202004090540.0395eWWE087378@chez.mckusick.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>>>>    I'm using r359627M. (r359627 with mount_udf2).
>>>>>>>    It is panicked with 'softdep_setup_blkfree: not free'.
> 
> Could you please try this workaround to see if it clears your panic:
> 
> *** sys/ufs/ffs/ffs_inode.c	Wed Apr  8 21:57:31 2020
> --- sys/ufs/ffs/ffs_inode.c.new	Wed Apr  8 22:33:36 2020
> ***************
> *** 244,249 ****
> --- 244,250 ----
>   	needextclean = 0;
>   	softdeptrunc = 0;
>   	journaltrunc = DOINGSUJ(vp);
> + 	journaltrunc = 0;
>   	if (journaltrunc == 0 && DOINGSOFTDEP(vp) && length == 0)
>   		softdeptrunc = !softdep_slowdown(vp);
>   	extblocks = 0;

  Thank you for reply, and sorry to late reply.

  Unfortunately, this patch did not prevent panic.
-- 
Masachika ISHIZUKA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200410.001403.1769874982932407589.ish>