commit | 2ece839011f3074c2249dcfbf99945c93cc1927d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Aug 10 18:40:21 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 10 18:40:21 2014 -0400 |
tree | 3e0f8fa417948585588948067c1d998f7a855c8d | |
parent | 68073429d3c81eebbf502fdc5ff320468e9b0d2c [diff] |
e2fsck: don't try to iterate blocks of an inline_data inode when deallocating it Inodes with inline_data set do not have iterable blocks, so don't try to iterate the blocks, because that will just fail, causing e2fsck to abort. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>