patch-2.3.99-pre1 linux/fs/coda/psdev.c
Next file: linux/fs/efs/super.c
Previous file: linux/fs/binfmt_script.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Mar 13 12:35:39 2000
- Orig file:
v2.3.51/linux/fs/coda/psdev.c
- Orig date:
Wed Feb 16 17:03:52 2000
diff -u --recursive --new-file v2.3.51/linux/fs/coda/psdev.c linux/fs/coda/psdev.c
@@ -260,7 +260,6 @@
}
vcp->vc_inuse++;
- MOD_INC_USE_COUNT;
if ( file->f_flags == O_RDWR ) {
vcp->vc_pid = current->pid;
@@ -290,7 +289,6 @@
}
vcp->vc_inuse--;
- MOD_DEC_USE_COUNT;
CDEBUG(D_PSDEV, "inuse: %d, vc_pid %d, caller %d\n",
vcp->vc_inuse, vcp->vc_pid, current->pid);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)