Commit 469d715
Andreas Gruenbacher
Revert "gfs2: Fix use of bio_chain"
This reverts commit 8a157e0.
That commit incorrectly assumed that the bio_chain() arguments were
swapped in gfs2. However, gfs2 intentionally constructs bio chains so
that the first bio's bi_end_io callback is invoked when all bios in the
chain have completed, unlike bio chains where the last bio's callback is
invoked.
Fixes: 8a157e0 ("gfs2: Fix use of bio_chain")
Cc: [email protected]
Signed-off-by: Andreas Gruenbacher <[email protected]>1 parent 8f0b4cc commit 469d715
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
0 commit comments