Skip to content

Commit

Permalink
[PATCH] symlink nesting level change
Browse files Browse the repository at this point in the history
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: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 15, 2006
1 parent f5df588 commit 737bebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/namei.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 737bebd

Please sign in to comment.