summaryrefslogtreecommitdiffstats
path: root/fs/fifo.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-09-28 22:25:29 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-09-28 22:25:29 +0000
commit0ae8dceaebe3659ee0c3352c08125f403e77ebca (patch)
tree5085c389f09da78182b899d19fe1068b619a69dd /fs/fifo.c
parent273767781288c35c9d679e908672b9996cda4c34 (diff)
Merge with 2.3.10.
Diffstat (limited to 'fs/fifo.c')
-rw-r--r--fs/fifo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fifo.c b/fs/fifo.c
index 4566f97f4..3e641a6fe 100644
--- a/fs/fifo.c
+++ b/fs/fifo.c
@@ -179,6 +179,7 @@ struct inode_operations fifo_inode_operations = {
NULL, /* mknod */
NULL, /* rename */
NULL, /* readlink */
+ NULL, /* follow_link */
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */