diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
commit | 99a7e12f34b3661a0d1354eef83a0eef4df5e34c (patch) | |
tree | 3560aca9ca86792f9ab7bd87861ea143a1b3c7a3 /fs/romfs | |
parent | e73a04659c0b8cdee4dd40e58630e2cf63afb316 (diff) |
Merge with Linux 2.3.38.
Diffstat (limited to 'fs/romfs')
-rw-r--r-- | fs/romfs/inode.c | 12 |
1 files changed, 0 insertions, 12 deletions
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 |