Re: [PATCH] ext4: fix warning message to output correct type.

From: Theodore Y. Ts'o
Date: Sun Jul 22 2018 - 18:24:04 EST


On Fri, Jul 13, 2018 at 06:15:47PM +0900, Junichi Uekawa wrote:
> Output the warning message before we clobber type and be -1 all the time.
> The error message would now be
>
> [ 1.519791] EXT4-fs warning (device vdb): ext4_enable_quotas:5402:
> Failed to enable quota tracking (type=0, err=-3). Please run e2fsck to fix.
>
> Signed-off-by: Junichi Uekawa <uekawa@xxxxxxxxxx>

Thanks, applied.

- Ted