From beb116954b9b7f3bb56412b2494b562f02b864b1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 7 Jan 1997 02:33:00 +0000 Subject: Import of Linux/MIPS 2.1.14 --- fs/fifo.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fs/fifo.c') diff --git a/fs/fifo.c b/fs/fifo.c index e9753534a..f4d600e0c 100644 --- a/fs/fifo.c +++ b/fs/fifo.c @@ -131,7 +131,7 @@ static struct file_operations def_fifo_fops = { NULL }; -static struct inode_operations fifo_inode_operations = { +struct inode_operations fifo_inode_operations = { &def_fifo_fops, /* default file operations */ NULL, /* create */ NULL, /* lookup */ @@ -144,6 +144,8 @@ static struct inode_operations fifo_inode_operations = { NULL, /* rename */ NULL, /* readlink */ NULL, /* follow_link */ + NULL, /* readpage */ + NULL, /* writepage */ NULL, /* bmap */ NULL, /* truncate */ NULL /* permission */ -- cgit v1.2.3