Loading fs/btrfs/inode.c +2 −2 Original line number Diff line number Diff line Loading @@ -8133,7 +8133,7 @@ next_block_or_try_again: goto next; } wait_for_completion(&done.done); wait_for_completion_io(&done.done); if (!done.uptodate) { /* We might have another mirror, so try again */ Loading Loading @@ -8247,7 +8247,7 @@ try_again: goto next; } wait_for_completion(&done.done); wait_for_completion_io(&done.done); if (!done.uptodate) { /* We might have another mirror, so try again */ Loading Loading
fs/btrfs/inode.c +2 −2 Original line number Diff line number Diff line Loading @@ -8133,7 +8133,7 @@ next_block_or_try_again: goto next; } wait_for_completion(&done.done); wait_for_completion_io(&done.done); if (!done.uptodate) { /* We might have another mirror, so try again */ Loading Loading @@ -8247,7 +8247,7 @@ try_again: goto next; } wait_for_completion(&done.done); wait_for_completion_io(&done.done); if (!done.uptodate) { /* We might have another mirror, so try again */ Loading