summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorCurt Wohlgemuth <curtw@google.com>2011-02-26 12:25:52 -0500
committerTheodore Ts'o <tytso@mit.edu>2011-02-26 12:25:52 -0500
commite0fd9b90765f604374c42de8ac59d6584afce264 (patch)
tree04a44bed155b4d99e81d366145934d801036f5e8 /crypto
parent5a54b2f199fdf19533f96c3e285b70c6729e1e4a (diff)
ext4: mark multi-page IO complete on mapping failure
In mpage_da_map_and_submit(), if we have a delayed block allocation failure from ext4_map_blocks(), we need to mark the IO as complete, by setting mpd->io_done = 1; Otherwise, we could end up submitting the pages in an outer loop; since they are unlocked on mapping failure in ext4_da_block_invalidatepages(), this will cause a bug check in mpage_da_submit_io(). I tested this by injected failures into ext4_map_blocks(). Without this patch, a simple fsstress run will bug check; with the patch, it works fine. Signed-off-by: Curt Wohlgemuth <curtw@google.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions