commit | c86eab81a23f368d08efd3df96a95f3d0b471f85 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Oct 07 17:10:02 2022 +0200 |
committer | David Sterba <dsterba@suse.com> | Tue Oct 11 14:47:06 2022 +0200 |
tree | 803a21a728595b53f0106858114db723974bcff5 | |
parent | 9971a741c5f44fd72e664c35be9bc6fedb8a3498 [diff] |
btrfs: send: update command for protocol version check For a protocol and command compatibility we have a helper that hasn't been updated for v3 yet. We use it for verity so update where necessary. Fixes: 38622010a6de ("btrfs: send: add support for fs-verity") Signed-off-by: David Sterba <dsterba@suse.com>