Whamcloud - gitweb
[COVERITY] Fix missing return code check for ext2fs_write_inode
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 18 Mar 2007 15:16:33 +0000 (11:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Mar 2007 15:16:33 +0000 (11:16 -0400)
commitd2b2a488f996871e6e40789a7890afc2f59730db
tree0869a5d675a98b44da01990aab2c7d4e5fdbfe8e
parent57a1cbb643237b168bd4151aff3d3bad28bbc326
[COVERITY] Fix missing return code check for ext2fs_write_inode

Found 2 of the three places where a return code for ext2fs_write_inode() was
not being checked.

The second fix in e2fsck/emptydir.c is basically just to shut coverity up even
though it really is unnecessary.

Coverity ID: 1: Checked Return

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/emptydir.c
resize/ChangeLog
resize/resize2fs.c