diff options
author | 2024-11-18 14:54:10 -0800 | |
---|---|---|
committer | 2024-11-18 14:54:10 -0800 | |
commit | c6d64479d6093a5c3d709d4cc992a5344877cc3c (patch) | |
tree | af6164db1fbb68146e208f4cefdd9f377c36b8e8 /include | |
parent | Merge tag 'pull-ufs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (diff) | |
parent | libfs: kill empty_dir_getattr() (diff) | |
download | wireguard-linux-c6d64479d6093a5c3d709d4cc992a5344877cc3c.tar.xz wireguard-linux-c6d64479d6093a5c3d709d4cc992a5344877cc3c.zip |
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull statx updates from Al Viro:
"Sanitize struct filename and lookup flags handling in statx and
friends"
* tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
libfs: kill empty_dir_getattr()
fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
fs/stat.c: switch to CLASS(fd_raw)
kill getname_statx_lookup_flags()
io_statx_prep(): use getname_uflags()
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/fcntl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uapi/linux/fcntl.h b/include/uapi/linux/fcntl.h index 87e2dec79fea..a40833bf2855 100644 --- a/include/uapi/linux/fcntl.h +++ b/include/uapi/linux/fcntl.h @@ -154,8 +154,4 @@ usable with open_by_handle_at(2). */ #define AT_HANDLE_MNT_ID_UNIQUE 0x001 /* Return the u64 unique mount ID. */ -#if defined(__KERNEL__) -#define AT_GETATTR_NOSEC 0x80000000 -#endif - #endif /* _UAPI_LINUX_FCNTL_H */ |