patch-2.3.37 linux/fs/fifo.c

Next file: linux/fs/inode.c
Previous file: linux/fs/devices.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.36/linux/fs/fifo.c linux/fs/fifo.c
@@ -170,11 +170,3 @@
 struct inode_operations fifo_inode_operations = {
 	&def_fifo_fops,		/* default file operations */
 };
-
-
-/* Goner. Filesystems do not use it anymore. */
-
-void init_fifo(struct inode * inode)
-{
-	inode->i_op = &fifo_inode_operations;
-}

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