Whamcloud - gitweb
libext2fs: fix BLOCK_ABORT handling in the block iterator for extents
authorTheodore Ts'o <tytso@mit.edu>
Wed, 15 Feb 2012 22:25:32 +0000 (17:25 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Feb 2012 19:32:17 +0000 (14:32 -0500)
commita204236eafb47e3cd4e9dbc0e810bccd8c9173cc
treee0defef491c2a851ff120247b94bdae4e7f08f89
parent9e89dbbd462b389b6406eb9f02eb63ca997b0e8a
libext2fs: fix BLOCK_ABORT handling in the block iterator for extents

When processing files that contain extents, the block iterator
functions were not properly handling the BLOCK_ABORT bit.  This could
cause problems such as ext2fs_link() adding a directory entry multiple
times.

Thanks to Darrick Wong <djwong@us.ibm.com> for reporting this.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/block.c