]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
procfs: remove superfluous debug output
authorVasiliy Kulikov <segoon@openwall.com>
Fri, 16 Dec 2011 04:50:42 +0000 (15:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 20 Dec 2011 07:44:05 +0000 (18:44 +1100)
Signed-off-by: Vasiliy Kulikov <segoon@openwall.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/root.c

index a028288da228991dd0a52956745f8f2e9452163c..46a15d8a29ca74d9ca0a68a57e416108e6b599f3 100644 (file)
@@ -53,8 +53,6 @@ static int proc_parse_options(char *options, struct pid_namespace *pid)
        substring_t args[MAX_OPT_ARGS];
        int option;
 
-       pr_debug("proc: options = %s\n", options);
-
        if (!options)
                return 1;