]> www.infradead.org Git - users/hch/block.git/commit
fs: split off do_getxattr from getxattr
authorStefan Roesch <shr@fb.com>
Thu, 23 Dec 2021 23:51:21 +0000 (15:51 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Dec 2021 14:42:31 +0000 (07:42 -0700)
commit0bc6536a96ff87cf6855f0b764c8229ab62a4a39
treef68cf4e05a18762ec1d56d1add91410167ae6f5b
parent3747b353c2e7b7528b66d7b817c0f576d0570323
fs: split off do_getxattr from getxattr

This splits off do_getxattr function from the getxattr
function. This will allow io_uring to call it from its
io worker.

Signed-off-by: Stefan Roesch <shr@fb.com>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Link: https://lore.kernel.org/r/20211223235123.4092764-4-shr@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/internal.h
fs/xattr.c