commit | b1090c78d5e684eccddfd940c8d98e365cb0f345 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Jun 22 23:04:54 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Sat Jun 23 00:19:49 2018 +0100 |
tree | 14091ee4bc3459d40db473ce27aa0f3cf593ab5a | |
parent | 04a0f229ada1ed0cbf9811061aed18ac8f900dd5 [diff] |
iov_iter: Make count and size loff_t not size_t Make count and offset loff_t not size_t so that they can handle I/O transactions larger than 4GiB in size and starting at more than 4GiB into a file on a 32-bit system. On a 64-bit system, this should make no difference. Signed-off-by: David Howells <dhowells@redhat.com>