]> www.infradead.org Git - users/hch/misc.git/commit
fs: add a write stream field to the kiocb
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Nov 2024 10:05:14 +0000 (11:05 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 19 Nov 2024 10:34:50 +0000 (11:34 +0100)
commitc9b48535fb6612e407fde4deb26ac4de2d5ad142
tree76cd7348a202f1a7a58b6e67f2a92b1e06bb55ae
parent82992dc6a81821ae312cda70837ccc73b8d92e46
fs: add a write stream field to the kiocb

Prepare for io_uring passthrough of write streams.

The write stream field in the kiocb structure fits into an existing
2-byte hole, so its size is not changed.

Based on a patch from Keith Busch <kbusch@kernel.org>

Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/fs.h