]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: add ext2fs_{read,write}_inode2()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 13 Dec 2018 05:51:51 +0000 (00:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 13 Dec 2018 05:51:51 +0000 (00:51 -0500)
commit3f69836a5fbf54e4ebe6cdb60e6f0619914122d5
tree0050780956a5905d49d3e05deb1021fb969c33f4
parentbd0c80f3586a57b996b0df81b0b88f3fe8512ebf
libext2fs: add ext2fs_{read,write}_inode2()

Add new library interface which allows the caller to control whether
the inode checksum should be checked on inode read, or set on inode
write.

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