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
- Lines: 12
- Date:
Sat Feb 26 20:33:06 2000
- Orig file:
v2.3.47/linux/fs/fifo.c
- Orig date:
Thu Feb 10 17:11:17 2000
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)