commit | 7f144fd046d967ff2fbba59203b42b888ad5aae7 | [log] [tgz] |
---|---|---|
author | Junichi Uekawa <uekawa@google.com> | Sun Jul 29 15:51:52 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 29 15:51:52 2018 -0400 |
tree | 8e8683839b8c7cc9a7df181fb070396f4aca03f5 | |
parent | 6a0678a79bb3a4e5fc1b680e7afc78727e21aff3 [diff] |
ext4: fix warning message in ext4_enable_quotas() 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@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Andreas Dilger <adilger@dilger.ca>