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

2021-06-05 Thread Vladimir Sementsov-Ogievskiy
04.06.2021 23:09, Eric Blake wrote: On Wed, May 05, 2021 at 10:49:57AM +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 07/11] block: use int64_t instead of int in driver write_zeroes handlers

2021-06-04 Thread Eric Blake
On Wed, May 05, 2021 at 10:49:57AM +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