patch-1.3.25 linux/fs/proc/root.c

Next file: linux/fs/smbfs/dir.c
Previous file: linux/fs/proc/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.24/linux/fs/proc/root.c linux/fs/proc/root.c
@@ -292,12 +292,13 @@
 		PROC_IOPORTS, 7, "ioports",
 		S_IFREG | S_IRUGO, 1, 0, 0,
 	});
-#ifdef CONFIG_PROFILE
-	proc_register(&proc_root, &(struct proc_dir_entry) {
-		PROC_PROFILE, 7, "profile",
-		S_IFREG | S_IRUGO | S_IWUSR, 1, 0, 0,
-	});
-#endif
+
+	if (prof_shift) {
+		proc_register(&proc_root, &(struct proc_dir_entry) {
+			PROC_PROFILE, 7, "profile",
+			S_IFREG | S_IRUGO | S_IWUSR, 1, 0, 0,
+		});
+	}
 }
 
 

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