Date: Sat, 2 Jun 2001 22:00:13 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys fcntl.2 open.2 src/sys/kern vfs_bio.c vfs_cluster.c vfs_vnops.c src/sys/sys buf.h fcntl.h file.h vnode.h src/sys/ufs/ufs ufs_readwrite.c src/sys/vm vm_page.c vm_page.h Message-ID: <200106030500.f5350Dn03413@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2001/06/02 22:00:12 PDT Modified files: (Branch: RELENG_4) lib/libc/sys fcntl.2 open.2 sys/kern vfs_bio.c vfs_cluster.c vfs_vnops.c sys/sys buf.h fcntl.h file.h vnode.h sys/ufs/ufs ufs_readwrite.c sys/vm vm_page.c vm_page.h Log: MFC Tor's O_DIRECT patch with some modifications. As with the commit to -current, this patch only addresses about 80% of the issues involved. Discussed on: arch Obtained from: Tor.Egge@fast.no Revision Changes Path 1.16.2.6 +6 -1 src/lib/libc/sys/fcntl.2 1.11.2.4 +8 -1 src/lib/libc/sys/open.2 1.242.2.9 +8 -3 src/sys/kern/vfs_bio.c 1.92.2.6 +10 -1 src/sys/kern/vfs_cluster.c 1.87.2.7 +5 -1 src/sys/kern/vfs_vnops.c 1.88.2.4 +7 -3 src/sys/sys/buf.h 1.9.2.2 +6 -3 src/sys/sys/fcntl.h 1.22.2.6 +3 -4 src/sys/sys/file.h 1.111.2.8 +2 -1 src/sys/sys/vnode.h 1.65.2.7 +33 -10 src/sys/ufs/ufs/ufs_readwrite.c 1.147.2.7 +26 -1 src/sys/vm/vm_page.c 1.75.2.6 +2 -1 src/sys/vm/vm_page.h 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?200106030500.f5350Dn03413>