aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
authorBijan Mottahedeh <bijan.mottahedeh@oracle.com>2020-05-22 21:31:19 -0700
committerJens Axboe <axboe@kernel.dk>2020-05-26 16:48:06 -0600
commit6f88cc176a3358c54bb6c38c8afee3f3a42faf54 (patch)
treeda410e26c2ffa5537abc83f133e3098c08bdeda2 /fs/internal.h
parentio_uring: call statx directly (diff)
downloadlinux-dev-6f88cc176a3358c54bb6c38c8afee3f3a42faf54.tar.xz
linux-dev-6f88cc176a3358c54bb6c38c8afee3f3a42faf54.zip
statx: hide interfaces no longer used by io_uring
The io_uring interfaces have been replaced by do_statx() and are no longer needed. Signed-off-by: Bijan Mottahedeh <bijan.mottahedeh@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/internal.h b/fs/internal.h
index 88a9793f96a1..cf2043c8ac3d 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -186,7 +186,5 @@ int sb_init_dio_done_wq(struct super_block *sb);
/*
* fs/stat.c:
*/
-unsigned vfs_stat_set_lookup_flags(unsigned *lookup_flags, int flags);
-int cp_statx(const struct kstat *stat, struct statx __user *buffer);
int do_statx(int dfd, const char __user *filename, unsigned flags,
unsigned int mask, struct statx __user *buffer);