patch-2.4.17 linux/fs/coda/psdev.c
Next file: linux/fs/coda/sysctl.c
Previous file: linux/fs/coda/pioctl.c
Back to the patch index
Back to the overall index
- Lines: 49
- Date:
Fri Dec 21 16:40:32 2001
- Orig file:
linux-2.4.16/fs/coda/psdev.c
- Orig date:
Sat Sep 22 18:11:09 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/fs/coda/psdev.c linux/fs/coda/psdev.c
@@ -292,7 +292,6 @@
{
struct venus_comm *vcp;
int idx;
- ENTRY;
lock_kernel();
idx = MINOR(inode->i_rdev);
@@ -319,7 +318,6 @@
CDEBUG(D_PSDEV, "device %i - inuse: %d\n", idx, vcp->vc_inuse);
- EXIT;
unlock_kernel();
return 0;
}
@@ -330,7 +328,6 @@
struct venus_comm *vcp = (struct venus_comm *) file->private_data;
struct upc_req *req;
struct list_head *lh, *next;
- ENTRY;
lock_kernel();
if ( !vcp->vc_inuse ) {
@@ -371,7 +368,6 @@
}
CDEBUG(D_PSDEV, "Done.\n");
- EXIT;
unlock_kernel();
return 0;
}
@@ -410,6 +406,7 @@
MODULE_AUTHOR("Peter J. Braam <braam@cs.cmu.edu>");
+MODULE_LICENSE("GPL");
static int __init init_coda(void)
{
@@ -435,8 +432,6 @@
static void __exit exit_coda(void)
{
int err;
-
- ENTRY;
err = unregister_filesystem(&coda_fs_type);
if ( err != 0 ) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)