commit | 82424fc6bbe364ba64e4196bd099ebeab942d66b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon May 15 11:37:11 2017 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 29 22:29:15 2017 -0400 |
tree | ff686a0e9921c49745e9fc1895dc2d063b6a1c4c | |
parent | 09703204f70c5e3174a99e3b4e1bd85a3870390b [diff] |
e2freefrag: use GETFSMAP on mounted filesystems Use GETFSMAP to query mounted filesystems for free space information. This prevents us from reporting stale free space stats if there happen to be uncheckpointed block bitmap updates sitting in the journal. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>