Date: Sat, 15 Apr 2000 18:35:33 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c Message-ID: <200004160135.SAA03915@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2000/04/15 18:35:32 PDT
Modified files:
sys/ufs/ufs ufs_extattr.c
Log:
Fix two bugs in extended attribute support for UFS/FFS:
o Put back in {} removed during over-zealous cleanup of gratuitous
debugging output during preparation for the commit. Due to the
missing {}, writes on extended attributes always silently failed.
Doh.
o Don't unlock the target vnode if it's the backing vnode, as we
don't lock the target vnode if it's the backing vnode.
Revision Changes Path
1.2 +6 -3 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?200004160135.SAA03915>
