fs: add uio.h to fs.h
authorJens Axboe <axboe@kernel.dk>
Sun, 7 Apr 2024 03:06:10 +0000 (21:06 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:05:28 +0000 (09:05 -0600)
commitdbb7481bef1bd1a8f92952d3bcec22bcd2863bb6
treeccd2b551fd94f6fd09dd8c0b4ea4f067dc2dc9d2
parent76f487a89c3ff0d9e7473728f1675f2af3008fd3
fs: add uio.h to fs.h

Most conversions will end up pulling in fs.h already, but not uio.h.
As the fs iterators will need that, just include it from fs.h rather
than need to add it everywhere. It's pretty natural to need user copy
helpers for read/write operators anyway.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/fs.h