]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: explicitly ignore a possible unlink failure in ext2fs_free_icount
authorTheodore Ts'o <tytso@mit.edu>
Sun, 24 Jun 2018 18:32:15 +0000 (14:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 24 Jun 2018 18:32:15 +0000 (14:32 -0400)
commite97319e259ab48257bdde1ba4e4bbfab9548579f
tree1979ce2682587836bd03705ec16c3dc04971af44
parent0abe5745b6e400ad36f5d1659846e2c557837ba7
libext2fs: explicitly ignore a possible unlink failure in ext2fs_free_icount

There's not much we can do if the unlink of the tdb file fails, and we
don't want to print a warning message from a library.

Fixes-Coverity-Bug: 1308364
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/icount.c