aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-01-15 09:58:14 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2020-01-15 09:58:14 -0800
commit84bf39461e61f69ebfbfecf39cfda71bf78a7fc1 (patch)
tree54c5be5e59aa58acf45491d63583904ba86a0c64 /include
parentMerge tag 'nfs-for-5.5-2' of git://git.linux-nfs.org/projects/anna/linux-nfs (diff)
parentfix autofs regression caused by follow_managed() changes (diff)
downloadlinux-dev-84bf39461e61f69ebfbfecf39cfda71bf78a7fc1.tar.xz
linux-dev-84bf39461e61f69ebfbfecf39cfda71bf78a7fc1.zip
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs fixes from Al Viro: "Fixes for mountpoint_last() bugs (by converting to use of lookup_last()) and an autofs regression fix from this cycle (caused by follow_managed() breakage introduced in barrier fixes series)" * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: fix autofs regression caused by follow_managed() changes reimplement path_mountpoint() with less magic
Diffstat (limited to 'include')
-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 7fe7b87a3ded..07bfb0874033 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -34,7 +34,6 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND};
/* internal use only */
#define LOOKUP_PARENT 0x0010
-#define LOOKUP_NO_REVAL 0x0080
#define LOOKUP_JUMPED 0x1000
#define LOOKUP_ROOT 0x2000
#define LOOKUP_ROOT_GRABBED 0x0008