commit | aa507b5faf38784defe49f5e64605ac3c4425e26 | [log] [tgz] |
---|---|---|
author | yangerkun <yangerkun@huawei.com> | Mon Feb 11 00:14:02 2019 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 11 00:14:02 2019 -0500 |
tree | c4f3136235305939d238f48afba3a1bef5afa435 | |
parent | a46c68a318b08f819047843abf349aeee5d10ac2 [diff] |
ext4: update quota information while swapping boot loader inode While do swap between two inode, they swap i_data without update quota information. Also, swap_inode_boot_loader can do "revert" somtimes, so update the quota while all operations has been finished. Signed-off-by: yangerkun <yangerkun@huawei.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org