patch-2.0.31 linux/fs/proc/array.c
Next file: linux/fs/smbfs/dir.c
Previous file: linux/fs/pipe.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Aug 3 13:59:07 1997
- Orig file:
v2.0.30/linux/fs/proc/array.c
- Orig date:
Tue Oct 29 17:42:41 1996
diff -u --recursive --new-file v2.0.30/linux/fs/proc/array.c linux/fs/proc/array.c
@@ -975,7 +975,7 @@
extern int get_pci_list(char*);
extern int get_md_status (char *);
extern int get_rtc_status (char *);
-extern int get_locks_status (char *);
+extern int get_locks_status (char *, char **, off_t, int);
#ifdef __SMP_PROF__
extern int get_smp_prof_list(char *);
#endif
@@ -1051,7 +1051,7 @@
return get_rtc_status(page);
#endif
case PROC_LOCKS:
- return get_locks_status(page);
+ return get_locks_status(page, start, offset, length);
}
return -EBADF;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov