commit | 6d67ee305cdfff7131a4105551409d1603dba81d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat May 02 20:59:04 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 02 20:59:04 2009 -0400 |
tree | 5cc60d6b250205f9542b52188048b76f252fccae | |
parent | 47c1b8e16668daa6e74cee3c7b8bdf237ffefe70 [diff] |
Avoid unneeded updates of block group descriptors in ext2fs_closefs() If the superblock is clean, and we only need to update s_kbytes_written, then we only need to update the superblock. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>