Nikolay Borisov 617c54a88e btrfs: Make btrfs_async_run_delayed_root use a loop rather than multiple labels
Currently btrfs_async_run_delayed_root's implementation uses 3 goto
labels to mimic the functionality of a simple do {} while loop. Refactor
the function to use a do {} while construct, making intention clear and
code easier to follow. No functional changes.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2018-01-22 16:08:11 +01:00
..
2017-11-29 14:26:50 -08:00
2017-11-29 14:26:50 -08:00
2017-12-10 08:30:04 -08:00
2017-11-01 20:45:35 +01:00
2017-12-10 08:30:04 -08:00
2017-10-30 12:28:00 +01:00
2017-10-30 12:27:57 +01:00
2017-11-29 14:26:50 -08:00
2018-01-22 16:08:11 +01:00