commit | e3df15abdb288c3519000c639ed40429a82b63cd | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Sep 15 14:10:47 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 18 15:27:04 2008 -0500 |
tree | 1d06fa7b49ce01a03521d8f752616d88fa2b32fb | |
parent | 4ce3b77480496a20cf380bd18a8ae4a414b7d4a0 [diff] |
e2fsck: factor out code to clear an inode into e2fsck_clear_inode() Factor out code to clear a bogus inode and update e2fsck's internal data structures accordingly into a common routine, e2fsck_clear_inode(). This saves about 200 bytes in the compiled x86 e2fsck executable, and makes the code more maintainable in the long-term. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>