patch-2.4.17 linux/fs/coda/sysctl.c
Next file: linux/fs/coda/upcall.c
Previous file: linux/fs/coda/psdev.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Dec 21 16:40:32 2001
- Orig file:
linux-2.4.16/fs/coda/sysctl.c
- Orig date:
Wed Apr 25 23:18:54 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/fs/coda/sysctl.c linux/fs/coda/sysctl.c
@@ -359,7 +359,6 @@
char tmpbuf[80];
int tmplen = 0;
- ENTRY;
/* this works as long as we are below 1024 characters! */
if ( offset < 80 )
len += sprintf( buffer,"%-79s\n", "Coda upcall statistics");
@@ -392,7 +391,7 @@
len = length;
if ( len < 0 )
len = 0;
- EXIT;
+
return len;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)