Message ID | 2933618.1680689716@warthog.procyon.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iov_iter: Remove last_offset member | expand |
On Wed, 05 Apr 2023 11:15:16 +0100, David Howells wrote: > Can you add this to the block tree? > > David > > Applied, thanks! [1/1] iov_iter: Remove last_offset member commit: 867e1cbba73ea240f9417439479df7eb74b1299c Best regards,
diff --git a/include/linux/uio.h b/include/linux/uio.h index 74598426edb4..2d8a70cb9b26 100644 --- a/include/linux/uio.h +++ b/include/linux/uio.h @@ -43,10 +43,7 @@ struct iov_iter { bool nofault; bool data_source; bool user_backed; - union { - size_t iov_offset; - int last_offset; - }; + size_t iov_offset; size_t count; union { const struct iovec *iov;