commit | b25f0d0012d11f2fb3df855fb62b86e5f63fdd68 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Apr 11 11:21:17 2018 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon May 28 18:07:15 2018 +0200 |
tree | 1876527271ee6a157e65b55e3da46f26826c5ff5 | |
parent | 89595e80de2e8e35bf3c7035e609f9b99dcfff5d [diff] |
btrfs: Use while loop instead of labels in __endio_write_update_ordered Currently __endio_write_update_ordered uses labels to implement what is essentially a simple while loop. This makes the code more cumbersome to follow than it actually has to be. No functional changes. No xfstest regressions were found during testing. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>