Date: Fri, 6 Feb 2009 20:09:14 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/udf udf.h udf_vfsops.c udf_vnops.c Message-ID: <200902062009.n16K9G3g014670@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-02-06 20:09:14 UTC FreeBSD src repository Modified files: sys/fs/udf udf.h udf_vfsops.c udf_vnops.c Log: SVN rev 188245 on 2009-02-06 20:09:14Z by jhb Add support for fifos to UDF: - Add a separate set of vnode operations that inherits from the fifo ops and use it for fifo nodes. - Add a VOP_SETATTR() method that allows setting the size (by silently ignoring the requests) of fifos. This is to allow O_TRUNC opens of fifo devices (e.g. I/O redirection in shells using ">"). - Add a VOP_PRINT() handler while I'm here. Revision Changes Path 1.15 +2 -0 src/sys/fs/udf/udf.h 1.57 +1 -0 src/sys/fs/udf/udf_vfsops.c 1.74 +61 -0 src/sys/fs/udf/udf_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902062009.n16K9G3g014670>