commit | f06925c7394236d769c788940c9a7b85dbe4c40c | [log] [tgz] |
---|---|---|
author | Konstantin Khlebnikov <khlebnikov@yandex-team.ru> | Sun May 20 22:49:54 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 20 22:49:54 2018 -0400 |
tree | 879115a132b59b462c16072008c2cc28f676a650 | |
parent | 21c580d88e2abd62b58ce34872cceb5c0d056330 [diff] |
ext4: report delalloc reserve as non-free in statfs for project quota This reserved space isn't committed yet but cannot be used for allocations. For userspace it has no difference from used space. XFS already does this. Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz> Fixes: 689c958cbe6b ("ext4: add project quota support")