On Wed, Sep 25, 2019 at 02:40:38PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Convert libfrog functions to return negative error codes like libxfs > does. Looks fine, although in the places where you touch the whole switch statement I wonder why we just switch those to negative errnos instead of inverting and then checking for positive values.. Reviewed-by: Christoph Hellwig <hch@xxxxxx>