From 99a7e12f34b3661a0d1354eef83a0eef4df5e34c Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 5 Feb 2000 06:47:02 +0000 Subject: Merge with Linux 2.3.38. --- fs/romfs/inode.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'fs/romfs') diff --git a/fs/romfs/inode.c b/fs/romfs/inode.c index 287f4f60b..692754912 100644 --- a/fs/romfs/inode.c +++ b/fs/romfs/inode.c @@ -459,8 +459,6 @@ static struct file_operations romfs_file_operations = { NULL, /* release */ NULL, /* fsync */ NULL, /* fasync */ - NULL, /* check_media_change */ - NULL /* revalidate */ }; static struct inode_operations romfs_file_inode_operations = { @@ -489,16 +487,6 @@ static struct file_operations romfs_dir_operations = { NULL, /* read */ NULL, /* write - bad */ romfs_readdir, /* readdir */ - NULL, /* poll - default */ - NULL, /* ioctl */ - NULL, /* mmap */ - NULL, /* open */ - NULL, /* flush */ - NULL, /* release */ - NULL, /* fsync */ - NULL, /* fasync */ - NULL, /* check_media_change */ - NULL /* revalidate */ }; /* Merged dir/symlink op table. readdir/lookup/readlink/follow_link -- cgit v1.2.3