patch-2.1.93 linux/fs/coda/inode.c

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

diff -u --recursive --new-file v2.1.92/linux/fs/coda/inode.c linux/fs/coda/inode.c
@@ -161,9 +161,6 @@
 
         ENTRY;
 
-        lock_super(sb);
-
-        sb->s_dev = 0;
 	coda_cache_clear_all(sb);
 	sb_info = coda_sbp(sb);
 	sb_info->sbi_vcomm->vc_inuse = 0;
@@ -171,7 +168,6 @@
 	printk("Coda: Bye bye.\n");
 	memset(sb_info, 0, sizeof(* sb_info));
 
-        unlock_super(sb);
         MOD_DEC_USE_COUNT;
 	EXIT;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov