Date: Mon, 14 Oct 2002 16:18:09 -0700 (PDT) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c src/sys/ufs/ffs ffs_vnops.c Message-ID: <200210142318.g9ENI9h5096536@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 2002/10/14 16:18:09 PDT
Modified files:
sys/ufs/ufs ufs_vnops.c
sys/ufs/ffs ffs_vnops.c
Log:
When reading or writing the extended attributes of a special device
or fifo in UFS2, the normal ufs_strategy routine needs to be used
rather than the spec_strategy or fifo_strategy routine. Thus the
ffsext_strategy routine is interposed in the ffs_vnops vectors for
special devices and fifo's to pick off this special case. Otherwise
it simply falls through to the usual spec_strategy or fifo_strategy
routine.
Submitted by: Robert Watson <rwatson@FreeBSD.org>
Sponsored by: DARPA & NAI Labs.
Revision Changes Path
1.99 +38 -3 src/sys/ufs/ffs/ffs_vnops.c
1.213 +0 -2 src/sys/ufs/ufs/ufs_vnops.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?200210142318.g9ENI9h5096536>
