commit | ab7313f0366143991ca327839bb628ed68e98e1e | [log] [tgz] |
---|---|---|
author | Marcus Huewe <suse-tux@gmx.de> | Thu May 12 15:36:12 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 12 15:36:12 2016 -0400 |
tree | e4e6a8549f77795871d9f06ce8d1a8c422a6487b | |
parent | 6930537d528c00c81d76a301936b198e16b460d9 [diff] |
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>