summaryrefslogtreecommitdiffstats
path: root/fs/fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fifo.c')
-rw-r--r--fs/fifo.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/fs/fifo.c b/fs/fifo.c
index 757b2c4f4..516e690c9 100644
--- a/fs/fifo.c
+++ b/fs/fifo.c
@@ -169,25 +169,6 @@ static struct file_operations def_fifo_fops = {
struct inode_operations fifo_inode_operations = {
&def_fifo_fops, /* default file operations */
- NULL, /* create */
- NULL, /* lookup */
- NULL, /* link */
- NULL, /* unlink */
- NULL, /* symlink */
- NULL, /* mkdir */
- NULL, /* rmdir */
- NULL, /* mknod */
- NULL, /* rename */
- NULL, /* readlink */
- NULL, /* follow_link */
- NULL, /* get_block */
- NULL, /* readpage */
- NULL, /* writepage */
- NULL, /* flushpage */
- NULL, /* truncate */
- NULL, /* permission */
- NULL, /* smap */
- NULL /* revalidate */
};