patch-2.3.99-pre3 linux/fs/cramfs/inode.c

Next file: linux/fs/dcache.c
Previous file: linux/fs/coda/dir.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre2/linux/fs/cramfs/inode.c linux/fs/cramfs/inode.c
@@ -200,12 +200,6 @@
 	return retval;
 }
 
-/* Nothing to do.. */
-static void cramfs_put_super(struct super_block *sb)
-{
-	return;
-}
-
 static int cramfs_statfs(struct super_block *sb, struct statfs *buf)
 {
 	buf->f_type = CRAMFS_MAGIC;
@@ -361,7 +355,6 @@
 };
 
 static struct super_operations cramfs_ops = {
-	put_super:	cramfs_put_super,
 	statfs:		cramfs_statfs,
 };
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)