Skip to content

Commit 80b3695

Browse files
Christoph Hellwigkdave
authored andcommitted
btrfs: fix a typo in btrfs_use_zone_append
REQ_OP_ZONE_APPNED -> REQ_OP_ZONE_APPEND. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 08fdca9 commit 80b3695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/btrfs/zoned.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ bool btrfs_use_zone_append(struct btrfs_bio *bbio)
17391739
return false;
17401740

17411741
/*
1742-
* Using REQ_OP_ZONE_APPNED for relocation can break assumptions on the
1742+
* Using REQ_OP_ZONE_APPEND for relocation can break assumptions on the
17431743
* extent layout the relocation code has.
17441744
* Furthermore we have set aside own block-group from which only the
17451745
* relocation "process" can allocate and make sure only one process at a

0 commit comments

Comments
 (0)