Whamcloud - gitweb
libext2fs: add fs_offset entry to the undo header
authorMarcus Huewe <suse-tux@gmx.de>
Thu, 12 May 2016 19:36:12 +0000 (15:36 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 May 2016 19:36:12 +0000 (15:36 -0400)
commitab7313f0366143991ca327839bb628ed68e98e1e
treee4e6a8549f77795871d9f06ce8d1a8c422a6487b
parent6930537d528c00c81d76a301936b198e16b460d9
libext2fs: add fs_offset entry to the undo header

The fs_offset entry stores the filesystem offset. This allows for an
easy undo, because one does not have to remember/specify the
filesystem offset manually.
The fs_offset entry is implemented as a compatible feature.

Signed-off-by: Marcus Huewe <suse-tux@gmx.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/undo_io.c