Date: Tue, 30 Jul 2002 17:42:57 -0700 (PDT) From: Semen Ustimenko <semenu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_vnops.c Message-ID: <200207310042.g6V0gvd6008267@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
semenu 2002/07/30 17:42:57 PDT Modified files: sys/fs/ntfs ntfs_vnops.c Log: Fix a problem with sendfile() syscall by always doing I/O via bread() in ntfs_read(). This guarantee that requested cache pages will be valid if UIO_NOCOPY specifed. PR: bin/34072, bin/36189 MFC after: 1 week Revision Changes Path 1.31 +28 -13 src/sys/fs/ntfs/ntfs_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?200207310042.g6V0gvd6008267>