summaryrefslogtreecommitdiffstats
path: root/fs/fifo.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-09-19 19:15:08 +0000
commit03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch)
tree88db8dba75ae06ba3bad08e42c5e52efc162535c /fs/fifo.c
parent257730f99381dd26e10b832fce4c94cae7ac1176 (diff)
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'fs/fifo.c')
-rw-r--r--fs/fifo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/fifo.c b/fs/fifo.c
index 76fb7a530..7536995ac 100644
--- a/fs/fifo.c
+++ b/fs/fifo.c
@@ -128,6 +128,8 @@ static struct file_operations def_fifo_fops = {
NULL,
fifo_open, /* will set read or write pipe_fops */
NULL,
+ NULL,
+ NULL,
NULL
};