projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5df588
)
[PATCH] symlink nesting level change
author
Al Viro
<viro@ftp.linux.org.uk>
Fri, 14 Jul 2006 07:24:29 +0000
(
00:24
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 15 Jul 2006 04:53:55 +0000
(21:53 -0700)
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>
include/linux/namei.h
patch
|
blob
|
history
diff --git
a/include/linux/namei.h
b/include/linux/namei.h
index 58cb3d3d44b472a4aec9aa262b695e889abb4c92..45511a5918d3edf6be65188c3b1c64ab650da1e8 100644
(file)
--- a/
include/linux/namei.h
+++ b/
include/linux/namei.h
@@
-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;