Commit 737bebd1 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] symlink nesting level change

It's way past time to bump it to 8.  Everyone had been warned - for
months now.

RH kernels have had this for more than a year.
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f5df5881
......@@ -11,7 +11,7 @@ struct open_intent {
struct file *file;
};
enum { MAX_NESTED_LINKS = 5 };
enum { MAX_NESTED_LINKS = 8 };
struct nameidata {
struct dentry *dentry;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment