diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-27 23:54:12 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-27 23:54:12 +0000 |
commit | d3e71cb08747743fce908122bab08b479eb403a5 (patch) | |
tree | cbec6948fdbdee9af81cf3ecfb504070d2745d7b /fs/romfs | |
parent | fe7ff1706e323d0e5ed83972960a1ecc1ee538b3 (diff) |
Merge with Linux 2.3.99-pre3.
Diffstat (limited to 'fs/romfs')
-rw-r--r-- | fs/romfs/inode.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/romfs/inode.c b/fs/romfs/inode.c index 7f5f2dee6..63d5a58ab 100644 --- a/fs/romfs/inode.c +++ b/fs/romfs/inode.c @@ -161,14 +161,6 @@ outnobh: return s; } -/* Nothing to do.. */ - -static void -romfs_put_super(struct super_block *sb) -{ - return; -} - /* That's simple too. */ static int @@ -526,7 +518,6 @@ romfs_read_inode(struct inode *i) static struct super_operations romfs_ops = { read_inode: romfs_read_inode, - put_super: romfs_put_super, statfs: romfs_statfs, }; |