Date: Mon, 15 Nov 2004 14:51:44 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c Message-ID: <200411151451.iAFEpiqC085849@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004-11-15 14:51:44 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Add file ops to fifofs so that we can bypass vnodes (and Giant) for the heavy-duty operations (read, write, poll/select, kqueue). Disabled for now, enable with "vfs.fifofs.fops=1" in loader.conf. Revision Changes Path 1.104 +164 -1 src/sys/fs/fifofs/fifo_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411151451.iAFEpiqC085849>