Re: [PATCHv3 1/4] block/sed: Use ssize_t on atom parsers to return errors
From: Scott Bauer <hidden>
Date: 2017-02-15 21:14:40
Also in:
linuxppc-dev, lkml
From: Scott Bauer <hidden>
Date: 2017-02-15 21:14:40
Also in:
linuxppc-dev, lkml
On Wed, Feb 15, 2017 at 12:42:06PM -0700, Jon Derrick wrote:
The short atom parser can return an errno from decoding but does not currently return the error as a signed value. Convert all of the parsers to ssize_t. Signed-off-by: Jon Derrick <redacted>
Reviewed-by: Scott Bauer <redacted>