commit | b0258cbcd89862b927707258c67f2eeac769adc2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Apr 22 15:09:41 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 22 15:09:41 2009 -0400 |
tree | ea45ee294a0cc7684fd782a8289af1ba74b9b981 | |
parent | 2af6fe017a5a8edcb3707e6823a04406aa30adf4 [diff] |
e2fsck: Fix warn_unused_result warnings from gcc Fixed a potential bug where by partial returns from the write(2) system call could lost characters to be sent to external progress bar display program. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>