Date: Sun, 22 Feb 2009 19:50:09 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/tmpfs tmpfs_vnops.c Message-ID: <200902221950.n1MJoBg5083368@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2009-02-22 19:50:09 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_vnops.c Log: SVN rev 188929 on 2009-02-22 19:50:09Z by alc Use uiomove_fromphys() instead of the combination of sf_buf and uiomove(). This is not only shorter; it also eliminates unnecessary thread pinning on architectures that implement a direct map. MFC after: 3 weeks Revision Changes Path 1.28 +11 -34 src/sys/fs/tmpfs/tmpfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902221950.n1MJoBg5083368>