commit | e9a5c6e3607d17641543aa5e801af22563fb1410 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Sep 11 12:24:07 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Sep 11 12:24:07 2014 -0400 |
tree | 0b1abfaeb10f963ab00fc6aebd4c9b4e83ba9e46 | |
parent | 8a546777119c9c02f37fd1d8b0f2df8a142a2245 [diff] |
e2fsck: notice when the realloc of dir_info fails If the reallocation of dir_info fails, we will eventually cause e2fsck to fail with an internal error. So if the realloc fails, print a message and bail out with a fatal error early when at the time of the reallocation failure. Signed-off-by: Theodore Ts'o <tytso@mit.edu>