proc: Remove the now unnecessary internal mount of proc
[linux-2.6-block.git] / include / linux / proc_ns.h
index 4626b1ac3b6c2c35bb64fba657f244d533fa9ce0..e1106a077c1a62dc50264f73a37e396957fb34d1 100644 (file)
@@ -50,16 +50,11 @@ enum {
 
 #ifdef CONFIG_PROC_FS
 
-extern int pid_ns_prepare_proc(struct pid_namespace *ns);
-extern void pid_ns_release_proc(struct pid_namespace *ns);
 extern int proc_alloc_inum(unsigned int *pino);
 extern void proc_free_inum(unsigned int inum);
 
 #else /* CONFIG_PROC_FS */
 
-static inline int pid_ns_prepare_proc(struct pid_namespace *ns) { return 0; }
-static inline void pid_ns_release_proc(struct pid_namespace *ns) {}
-
 static inline int proc_alloc_inum(unsigned int *inum)
 {
        *inum = 1;