Date: Tue, 13 Aug 2002 04:33:01 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c Message-ID: <200208131133.g7DBX1Ox067348@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/08/13 04:33:01 PDT Modified files: sys/ufs/ffs ffs_vnops.c Log: Expand the arguments to ffs_ext{read,write}() to their component parts rather than use vop_{read,write}_args. Access to these functions will ultimately not be available through the "vop_{read,write}+IO_EXT" API but this functionality is retained for debugging purposes for now. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.88 +17 -41 src/sys/ufs/ffs/ffs_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?200208131133.g7DBX1Ox067348>