commit | 9f7a1fc936497d5ab1ebe88baa704e91880849cc | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Jan 20 13:37:47 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 20 13:37:47 2009 -0500 |
tree | ebba0cc1da75c09ff17bfa1b940328567d46a2a7 | |
parent | beab8de477110970785077fb3204f171d3fcc485 [diff] |
ext2fs_get_device_size: Fix error handling The previous patch would return EFBIG for any failure called from ext2fs_get_device_size2(). (I didn't merge this fix with the preceeding commit to allow merges to happen more easily.) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>