Whamcloud - gitweb
libext2fs: when writing bitmaps mark the fs as dirty if necessary
authorTheodore Ts'o <tytso@mit.edu>
Mon, 1 Jan 2018 23:59:16 +0000 (18:59 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Jan 2018 00:06:36 +0000 (19:06 -0500)
commit0cdda6cb753657fcd92f2c02198137bd2a65787a
tree6879024a0b1da4b080104b1ef4d720c5069eee75
parent18e921a5a0916159742c2ba6a8d7191db590d44c
libext2fs: when writing bitmaps mark the fs as dirty if necessary

If any checksum fields are updated in the block group descriptors, we
need to set the EXT2_FLAG_DIRTY flag so that the block group
descriptors are written to disk.

Addresses-Debian-Bug: #883869

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/rw_bitmaps.c