patch-2.1.45 linux/fs/fifo.c

Next file: linux/fs/file_table.c
Previous file: linux/fs/fcntl.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.44/linux/fs/fifo.c linux/fs/fifo.c
@@ -153,7 +153,6 @@
 void init_fifo(struct inode * inode)
 {
 	inode->i_op = &fifo_inode_operations;
-	inode->i_pipe = 1;
 	PIPE_LOCK(*inode) = 0;
 	PIPE_BASE(*inode) = NULL;
 	PIPE_START(*inode) = PIPE_LEN(*inode) = 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov