mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-06 10:47:42 +00:00
The logic at the beginning of this function to handle reserved ranges was pretty complex and hard to follow. By refactoring it to use the existing intersect_with_reserved() function, we can remove most of the comparisons and boolean operators while preserving the exact same logic. This change is only for readability. It does not change the logic itself at all. Author: Thomas Hebb <tommyhebb@gmail.com> Pull-request: #494 Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
common.c | ||
common.h | ||
main.c | ||
Makefile | ||
source-ext2.c | ||
source-ext2.h | ||
source-fs.c | ||
source-fs.h | ||
source-reiserfs.c | ||
source-reiserfs.h |