exec: kill "int depth" in search_binary_handler()
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / binfmts.h
index 70cf138..e8112ae 100644 (file)
@@ -31,7 +31,7 @@ struct linux_binprm {
 #ifdef __alpha__
        unsigned int taso:1;
 #endif
-       unsigned int recursion_depth;
+       unsigned int recursion_depth; /* only for search_binary_handler() */
        struct file * file;
        struct cred *cred;      /* new credentials */
        int unsafe;             /* how unsafe this exec is (mask of LSM_UNSAFE_*) */