patch-1.3.50 linux/fs/proc/root.c
Next file: linux/fs/proc/scsi.c
Previous file: linux/fs/proc/net.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Fri Dec 22 13:00:19 1995
- Orig file:
v1.3.49/linux/fs/proc/root.c
- Orig date:
Mon Dec 11 15:42:04 1995
diff -u --recursive --new-file v1.3.49/linux/fs/proc/root.c linux/fs/proc/root.c
@@ -62,6 +62,8 @@
NULL, /* rename */
NULL, /* readlink */
NULL, /* follow_link */
+ NULL, /* readpage */
+ NULL, /* writepage */
NULL, /* bmap */
NULL, /* truncate */
NULL /* permission */
@@ -101,6 +103,8 @@
NULL, /* rename */
NULL, /* readlink */
NULL, /* follow_link */
+ NULL, /* readpage */
+ NULL, /* writepage */
NULL, /* bmap */
NULL, /* truncate */
NULL /* permission */
@@ -202,6 +206,8 @@
NULL, /* rename */
proc_self_readlink, /* readlink */
proc_self_followlink, /* follow_link */
+ NULL, /* readpage */
+ NULL, /* writepage */
NULL, /* bmap */
NULL, /* truncate */
NULL /* permission */
@@ -302,6 +308,10 @@
S_IFREG | S_IRUGO, 1, 0, 0,
});
#endif
+ proc_register(&proc_root, &(struct proc_dir_entry) {
+ PROC_CMDLINE, 7, "cmdline",
+ S_IFREG | S_IRUGO, 1, 0, 0,
+ });
if (prof_shift) {
proc_register(&proc_root, &(struct proc_dir_entry) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this