r359627 is panicked with 'softdep_setup_blkfree: not free'

Masachika ISHIZUKA ish at amail.plala.or.jp
Thu Apr 9 15:14:17 UTC 2020


>>>>>>>    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


More information about the freebsd-current mailing list