diff options
author | Stefan Roesch <shr@fb.com> | 2022-04-25 02:10:46 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-04-25 02:18:37 +0200 |
commit | 1a91794ce8481a293c5ef432feb440aee1455619 (patch) | |
tree | 4698eccfa4c568c18ee2d8d94d67cb866015d1ea /mm | |
parent | io_uring: return an error when cqe is dropped (diff) | |
download | linux-1a91794ce8481a293c5ef432feb440aee1455619.tar.xz linux-1a91794ce8481a293c5ef432feb440aee1455619.zip |
fs: split off setxattr_copy and do_setxattr function from setxattr
This splits of the setup part of the function setxattr in its own
dedicated function called setxattr_copy. In addition it also exposes a new
function called do_setxattr for making the setxattr call.
This makes it possible to call these two functions from io_uring in the
processing of an xattr request.
Signed-off-by: Stefan Roesch <shr@fb.com>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Link: https://lore.kernel.org/r/20220323154420.3301504-2-shr@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions