namei: remove restrictions on nesting depth
The only restriction is that on the total amount of symlinks crossed; how they are nested does not matter Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -11,6 +11,8 @@ struct nameidata;
|
||||
|
||||
enum { MAX_NESTED_LINKS = 8 };
|
||||
|
||||
#define MAXSYMLINKS 40
|
||||
|
||||
/*
|
||||
* Type of the last component on LOOKUP_PARENT
|
||||
*/
|
||||
|
Reference in New Issue
Block a user