• Jens Axboe's avatar
    [PATCH] cleanup + fix bounce end_io handling · f5f93c0a
    Jens Axboe authored
    Andrew found out that bounce end_io handling did not work for him, so I
    fixed the bug (not consistent checking of bi_size). I cleaned it up and
    moved the bi_size checking out of bounce_end_io() (the main worker) and
    into the individual bi_end_io() handlers instead. Please apply to make
    highmem bouncing work again.
    f5f93c0a
highmem.c 10.5 KB