diff options
author | Bijan Mottahedeh <bijan.mottahedeh@oracle.com> | 2020-05-22 21:31:19 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-05-26 16:48:06 -0600 |
commit | 6f88cc176a3358c54bb6c38c8afee3f3a42faf54 (patch) | |
tree | da410e26c2ffa5537abc83f133e3098c08bdeda2 /fs/internal.h | |
parent | e62753e4e2926f249d088cc0517be5ed4efec6d6 (diff) |
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.h | 2 |
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); |