diff options
| author | Mikulas Patocka <[email protected]> | 2021-03-01 04:58:43 -0500 |
|---|---|---|
| committer | Mike Snitzer <[email protected]> | 2021-03-26 14:53:41 -0400 |
| commit | 8615cb65bd638ba5f9ebe71115cc5956eb1713d0 (patch) | |
| tree | 93d0b0910d51db6dfc049ab7a1ce9700a3083d08 /Documentation/filesystems/caching/netfs-api.rst | |
| parent | c40819f267f76e69418d3bc9fbb57962a6845673 (diff) | |
dm: remove useless loop in __split_and_process_bio
Remove useless "while" loop. If the condition ci.sector_count && !error is
true, we go to a branch that ends with "break". If this condition is
false, the "while" loop will not be executed again. So, the loop can't be
executed more than once.
Signed-off-by: Mikulas Patocka <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
Diffstat (limited to 'Documentation/filesystems/caching/netfs-api.rst')
0 files changed, 0 insertions, 0 deletions