diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-23 00:40:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-23 00:40:54 +0000 |
commit | 529c593ece216e4aaffd36bd940cb94f1fa63129 (patch) | |
tree | 78f1c0b805f5656aa7b0417a043c5346f700a2cf /fs/vfat/namei.c | |
parent | 0bd079751d25808d1972baee5c4eaa1db2227257 (diff) |
Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c
driver due to the Origin A64 hacks.
Diffstat (limited to 'fs/vfat/namei.c')
-rw-r--r-- | fs/vfat/namei.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/vfat/namei.c b/fs/vfat/namei.c index 0dea64e75..0aced9465 100644 --- a/fs/vfat/namei.c +++ b/fs/vfat/namei.c @@ -1276,14 +1276,6 @@ struct inode_operations vfat_dir_inode_operations = { vfat_rmdir, /* rmdir */ NULL, /* mknod */ vfat_rename, /* rename */ - NULL, /* readlink */ - NULL, /* followlink */ - NULL, /* get_block */ - NULL, /* readpage */ - NULL, /* writepage */ - NULL, /* truncate */ - NULL, /* permission */ - NULL /* revalidate */ }; struct super_block *vfat_read_super(struct super_block *sb,void *data, |