hi,

it seems like there's a problem in ffs_unmount, ffs_vfsops.c:841:

if ufs_extattr_stop() returns EOPNOTSUPP, calling ufs_extattr_uepm_destroy
two lines later will cause a panic("ufs_extattr_uepm_destroy: not initialized")
in ufs_extattr.c:175, at least on my machine.
maybe, ufs_extattr_uepm_destroy() should be enclosed in a else statement
in ffs_vfsops.c?


best,
  christian

--
"Sorry, no defects found. Please try a different search"
                          [http://www.cisco.com/support/bugtools/bugtool.shtml]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to