]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add file ops to fifofs so that we can bypass vnodes (and Giant) for the
authorPoul-Henning Kamp <phk@FreeBSD.org>
Mon, 15 Nov 2004 14:51:44 +0000 (14:51 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Mon, 15 Nov 2004 14:51:44 +0000 (14:51 +0000)
commitd6d64f0f2c26818f49dec7c1cf40bbdd6e1af051
treeb16c101b512c340906bb190fd0e737a688429f77
parentcb7d015e22271dc67d878212e976bf05cfd5a8a9
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.
sys/fs/fifofs/fifo_vnops.c