ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
authorWang Shilong <wshilong@ddn.com>
Wed, 3 Oct 2018 16:19:21 +0000 (12:19 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2018 19:15:06 +0000 (11:15 -0800)
commitd197b725e9f0ef87ba014247211b0b900d868e04
treef6484712a6e16dddca3abc0b79174f046eec42a1
parent65dc3dd8c550d7b16b4901b2fe4c4cd022931a0e
ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR

commit 182a79e0c17147d2c2d3990a9a7b6b58a1561c7a upstream.

We return most failure of dquota_initialize() except
inode evict, this could make a bit sense, for example
we allow file removal even quota files are broken?

But it dosen't make sense to allow setting project
if quota files etc are broken.

Signed-off-by: Wang Shilong <wshilong@ddn.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/ioctl.c