patch-2.3.48 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.3.47/linux/fs/fifo.c linux/fs/fifo.c
@@ -152,10 +152,6 @@
  * is contain the open that then fills in the correct operations
  * depending on the access mode of the file...
  */
-static struct file_operations def_fifo_fops = {
+struct file_operations def_fifo_fops = {
 	open:		fifo_open,	/* will set read or write pipe_fops */
-};
-
-struct inode_operations fifo_inode_operations = {
-	&def_fifo_fops,		/* default file operations */
 };

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