+1
−1
Loading
In gfs2_chain_bio(), the call to bio_chain() has its arguments swapped. The result is leaked bios and incorrect synchronization (only the last bio will actually be waited for). This code is only used during mount and filesystem thaw, so the bug normally won't be noticeable. Reported-by:Stephen Zhang <starzhangzsd@gmail.com> Signed-off-by:
Andreas Gruenbacher <agruenba@redhat.com>