commit | 3c816ded78bbd645d61ee36f461deb8376d3723a | [log] [tgz] |
---|---|---|
author | Eric Whitney <enwlinux@gmail.com> | Fri Sep 30 02:08:49 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 30 02:08:49 2016 -0400 |
tree | e530f2987e80d353f8aeab7c3737a00ff9672fcb | |
parent | c6cb7e776ad59feba5d84b2524efd6dcbc618e42 [diff] |
ext4: use journal inode to determine journal overhead When a file system contains an internal journal that has not been loaded, use the journal inode's i_size field to determine its contribution to the file system's overhead. (The journal's j_maxlen field is normally used to determine its size, but it's unavailable when the journal has not been loaded.) Signed-off-by: Eric Whitney <enwlinux@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>