commit | 08b60f8438879a84246d7debded31c9cb7aea6e4 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Mon Dec 24 11:14:58 2012 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 25 18:45:06 2012 -0500 |
tree | 75367ca36c1e531e6fbf7745f8ffdf556eeb4864 | |
parent | a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 [diff] |
namei.h: include errno.h This solves: In file included from fs/ext3/symlink.c:20:0: include/linux/namei.h: In function 'retry_estale': include/linux/namei.h:114:19: error: 'ESTALE' undeclared (first use in this function) Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>