>>>>>>> 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 ISHIZUKAReceived on Thu Apr 09 2020 - 13:14:17 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:23 UTC