patch-2.2.11 linux/include/linux/coda_fs_i.h

Next file: linux/include/linux/coda_linux.h
Previous file: linux/include/linux/coda.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.10/linux/include/linux/coda_fs_i.h linux/include/linux/coda_fs_i.h
@@ -20,6 +20,13 @@
  * coda fs inode data
  */
 struct coda_inode_info {
+	/*
+	 * This is a place holder so named pipes work (more or less
+	 * correctly). This must be first in the struct because the
+	 * data is really accessed via inode->u.pipe_i.
+	 */
+	struct pipe_inode_info  pipeinfo;
+
         struct ViceFid     c_fid;	/* Coda identifier */
         u_short	           c_flags;     /* flags (see below) */
         u_short	           c_ocount;    /* count of openers */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)