patch-2.3.38 linux/fs/fifo.c
Next file: linux/fs/hfs/dir_cap.c
Previous file: linux/fs/ext2/file.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Jan 7 11:43:09 2000
- Orig file:
v2.3.37/linux/fs/fifo.c
- Orig date:
Thu Jan 6 12:57:48 2000
diff -u --recursive --new-file v2.3.37/linux/fs/fifo.c linux/fs/fifo.c
@@ -153,18 +153,7 @@
* depending on the access mode of the file...
*/
static struct file_operations def_fifo_fops = {
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- fifo_open, /* will set read or write pipe_fops */
- NULL,
- NULL,
- NULL,
- NULL
+ open: fifo_open, /* will set read or write pipe_fops */
};
struct inode_operations fifo_inode_operations = {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)