aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs_context.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2019-12-17 20:09:08 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2020-02-07 14:48:30 -0500
commitaa1918f9491442a007a0cbe41a31539233209777 (patch)
tree27107d8f773475bcee68123ec521d8ca9fdbaf95 /include/linux/fs_context.h
parentdon't bother with explicit length argument for __lookup_constant() (diff)
downloadlinux-dev-aa1918f9491442a007a0cbe41a31539233209777.tar.xz
linux-dev-aa1918f9491442a007a0cbe41a31539233209777.zip
get rid of fs_value_is_filename_empty
Its behaviour is identical to that of fs_value_is_filename. It makes no sense, anyway - LOOKUP_EMPTY affects nothing whatsoever once the pathname has been imported from userland. And both fs_value_is_filename and fs_value_is_filename_empty carry an already imported pathname. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--include/linux/fs_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs_context.h b/include/linux/fs_context.h
index e5c14e2c53d3..c7c69640a6c6 100644
--- a/include/linux/fs_context.h
+++ b/include/linux/fs_context.h
@@ -54,7 +54,6 @@ enum fs_value_type {
fs_value_is_string, /* Value is a string */
fs_value_is_blob, /* Value is a binary blob */
fs_value_is_filename, /* Value is a filename* + dirfd */
- fs_value_is_filename_empty, /* Value is a filename* + dirfd + AT_EMPTY_PATH */
fs_value_is_file, /* Value is a file* */
};