[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: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
f5df5881e2
commit
737bebd137
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ struct open_intent {
|
||||||
struct file *file;
|
struct file *file;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum { MAX_NESTED_LINKS = 5 };
|
enum { MAX_NESTED_LINKS = 8 };
|
||||||
|
|
||||||
struct nameidata {
|
struct nameidata {
|
||||||
struct dentry *dentry;
|
struct dentry *dentry;
|
||||||
|
|
Loading…
Add table
Reference in a new issue