mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git
synced 2026-04-17 22:24:18 -04:00
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()
This commit is contained in:
@@ -246,7 +246,6 @@ int open_namespace(struct ns_common *ns);
|
||||
* fs/stat.c:
|
||||
*/
|
||||
|
||||
int getname_statx_lookup_flags(int flags);
|
||||
int do_statx(int dfd, struct filename *filename, unsigned int flags,
|
||||
unsigned int mask, struct statx __user *buffer);
|
||||
int do_statx_fd(int fd, unsigned int flags, unsigned int mask,
|
||||
|
||||
Reference in New Issue
Block a user