We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66691c6 commit a0af493Copy full SHA for a0af493
fs/btrfs/send.c
@@ -7190,13 +7190,11 @@ static int changed_extent(struct send_ctx *sctx,
7190
7191
static int changed_verity(struct send_ctx *sctx, enum btrfs_compare_tree_result result)
7192
{
7193
- int ret = 0;
7194
-
7195
if (!sctx->cur_inode_new_gen && !sctx->cur_inode_deleted) {
7196
if (result == BTRFS_COMPARE_TREE_NEW)
7197
sctx->cur_inode_needs_verity = true;
7198
}
7199
- return ret;
+ return 0;
7200
7201
7202
static int dir_changed(struct send_ctx *sctx, u64 dir)
0 commit comments