panic: softdep_move_dependencies: need merge code

Kirk McKusick mckusick at beastie.mckusick.com
Wed Feb 4 15:29:30 PST 2004


	Date: Wed, 4 Feb 2004 15:56:57 -0700
	From: "Kenneth D. Merry" <ken at FreeBSD.org>
	To: current at FreeBSD.org
	Cc: mckusick at mckusick.com
	Subject: panic: softdep_move_dependencies: need merge code
	X-ASK-Info: Whitelist match

	I ran into the following panic on a machine running -current from
	a week or two ago:

			panic("softdep_move_dependencies: need merge code");

	(see softdep_move_dependencies() in ffs_softdep.c)

	When this happened, I had a filesystem mounted and I was
	writing to it when the underlying storage device crashed.

	Around the time the device came back up, I got the above panic.

	Does anyone have any clues about this one?

	Thanks,

	Ken
	-- 
	Kenneth Merry
	ken at FreeBSD.ORG

This panic can happen when an I/O fails (e.g., returns EIO) and
the soft dependencies cannot be rolled back. Actually, they could
be rolled back, but the only time that this can occur is in the
face of an unrecoverable error from the storage media, so I did
not bother to write the (considerable amount of) code to do the
rollback.

	Kirk McKusick


More information about the freebsd-current mailing list