commit | c7ad7c843965d8691269f581e132633a4ca9ef91 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Thu Oct 19 14:15:58 2017 -0400 |
committer | David Sterba <dsterba@suse.com> | Wed Nov 01 20:45:35 2017 +0100 |
tree | d4150fe735beb77a7efcf461a0a8a34e0fd4ad9a | |
parent | 69fe2d75dd91d0124ad2ab6e9fef07633bd730e0 [diff] |
btrfs: switch args for comp_*_refs Make it more consistent, we want the inserted ref to be compared against what's already in there. This will make the order go from lowest seq -> highest seq, which will make us more likely to make forward progress if there's a seqlock currently held. Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>