summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-11-18 14:54:10 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2024-11-18 14:54:10 -0800
commitc6d64479d6093a5c3d709d4cc992a5344877cc3c (patch)
treeaf6164db1fbb68146e208f4cefdd9f377c36b8e8 /include/uapi
parent9fb2cfa4635ab7b3d44e88104666e599cd163692 (diff)
parent6c056ae4b27575d9230b883498d3cd02315ce6cc (diff)
downloadlwn-c6d64479d6093a5c3d709d4cc992a5344877cc3c.tar.gz
lwn-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/uapi')
-rw-r--r--include/uapi/linux/fcntl.h4
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 */