Re: [PATCH v2 00/10] staging: exfat: Clean up return codes, revisited

From: Greg Kroah-Hartman
Date: Tue Nov 05 2019 - 12:00:14 EST


On Sun, Nov 03, 2019 at 08:44:56PM -0500, Valdis Kletnieks wrote:
> The rest of the conversion from internal error numbers to the
> standard values used in the rest of the kernel.
>
> Patch 10/10 is logically separate, merging multiple #defines
> into one place in errno.h. It's included in the series because
> it depends on patch 1/10.
>
> Valdis Kletnieks (10):
> staging: exfat: Clean up return codes - FFS_FORMATERR
> staging: exfat: Clean up return codes - FFS_MEDIAERR
> staging: exfat: Clean up return codes - FFS_EOF
> staging: exfat: Clean up return codes - FFS_INVALIDFID
> staging: exfat: Clean up return codes - FFS_ERROR
> staging: exfat: Clean up return codes - remove unused codes
> staging: exfat: Clean up return codes - FFS_SUCCESS
> staging: exfat: Collapse redundant return code translations
> staging: exfat: Correct return code
> errno.h: Provide EFSCORRUPTED for everybody

You forgot to say what changed from v1?