Am 02.02.2015 um 17:25 hat Denis V. Lunev geschrieben: > On 02/02/15 19:13, Kevin Wolf wrote: > >Am 02.02.2015 um 15:48 hat Peter Lieven geschrieben: > >>do not trim requests if the driver does not supply a limit > >>through BlockLimits. For write zeroes we still keep a limit > >>for the unsupported path to avoid allocating a big bounce buffer. > >> > >>Suggested-by: Kevin Wolf <kw...@redhat.com> > >>Suggested-by: Denis V. Lunev <d...@openvz.org> > >>Signed-off-by: Peter Lieven <p...@kamp.de> > >Thanks, applied to the block branch (and removed 'block/raw-posix: set > >max_write_zeroes to INT_MAX for regular files' from the queue). > > > >Kevin > double checked the code. > > There are 2 things to patch for discard, write_zeroes is OK for me. > Sorry, for not paying attention for discard branch :(
Good catch, thanks! But shouldn't we use the actual limits instead of INT_MAX, i.e. SIZE_MAX for gluster and UINT32_MAX for nbd? Kevin