commit | f456767d3391e9f7d9d25a2e7241d75676dc19da | [log] [tgz] |
---|---|---|
author | Eric Whitney <enwlinux@gmail.com> | Mon Oct 01 14:33:24 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Oct 01 14:33:24 2018 -0400 |
tree | f9288b3c7bc0ee23d160b1bc858fa1d002fa8c96 | |
parent | 9fe671496b6c286f9033aedfc1718d67721da0ae [diff] |
ext4: fix reserved cluster accounting at page invalidation time Add new code to count canceled pending cluster reservations on bigalloc file systems and to reduce the cluster reservation count on all file systems using delayed allocation. This replaces old code in ext4_da_page_release_reservations that was incorrect. Signed-off-by: Eric Whitney <enwlinux@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>