Date: Fri, 25 May 2001 11:24:53 -0700 (PDT) From: Thomas Moestl <tmm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c Message-ID: <200105251824.f4PIOr467266@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tmm 2001/05/25 11:24:53 PDT
Modified files:
sys/ufs/ufs ufs_extattr.c
Log:
Add a check to determine whether extended attributes have been
initialized on the file system before trying to grab the lock of the
per-mount extattr structure, as this lock is unitialized in that case.
This is needed because ufs_extattr_vnode_inactive is called from
ufs_inactive, which is also used by EA-unaware file systems such as
ext2fs.
Reviewed by: rwatson
Revision Changes Path
1.33 +9 -1 src/sys/ufs/ufs/ufs_extattr.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105251824.f4PIOr467266>
