Re: [PATCH v5 10/11] block: use int64_t instead of int in driver discard handlers

2021-06-08 Thread Vladimir Sementsov-Ogievskiy
07.06.2021 21:13, Eric Blake wrote: On Wed, May 05, 2021 at 10:50:00AM +0300, Vladimir Sementsov-Ogievskiy wrote: We are generally moving to int64_t for both offset and bytes parameters on all io paths. Main motivation is realization of 64-bit write_zeroes operation for fast zeroing large disk

Re: [PATCH v5 10/11] block: use int64_t instead of int in driver discard handlers

2021-06-07 Thread Eric Blake
On Wed, May 05, 2021 at 10:50:00AM +0300, Vladimir Sementsov-Ogievskiy wrote: > We are generally moving to int64_t for both offset and bytes parameters > on all io paths. > > Main motivation is realization of 64-bit write_zeroes operation for > fast zeroing large disk chunks, up to the whole