aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/namei.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-06-25 21:59:52 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2011-07-20 01:44:03 -0400
commit49084c3bb2055c401f3493c13edae14d49128ca0 (patch)
tree354b13abe17f898bdcb24c11b961095f5023b832 /include/linux/namei.h
parentnfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step (diff)
downloadwireguard-linux-49084c3bb2055c401f3493c13edae14d49128ca0.tar.xz
wireguard-linux-49084c3bb2055c401f3493c13edae14d49128ca0.zip
kill LOOKUP_CONTINUE
LOOKUP_PARENT is equivalent to it now Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/namei.h')
-rw-r--r--include/linux/namei.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h
index eba45ea10298..3439ab862e1d 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -48,7 +48,6 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND};
*/
#define LOOKUP_FOLLOW 0x0001
#define LOOKUP_DIRECTORY 0x0002
-#define LOOKUP_CONTINUE 0x0004
#define LOOKUP_PARENT 0x0010
#define LOOKUP_REVAL 0x0020