]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
btrfs: fix a typo in btrfs_use_zone_append
authorChristoph Hellwig <hch@lst.de>
Thu, 31 Oct 2024 14:03:17 +0000 (15:03 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 11 Nov 2024 13:34:22 +0000 (14:34 +0100)
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>
fs/btrfs/zoned.c

index dbcbf754d2846d25f95955e168ea407dd7022484..cb32966380f5758e660e78f90cc7ca3feb5e94dc 100644 (file)
@@ -1739,7 +1739,7 @@ bool btrfs_use_zone_append(struct btrfs_bio *bbio)
                return false;
 
        /*
-        * Using REQ_OP_ZONE_APPNED for relocation can break assumptions on the
+        * Using REQ_OP_ZONE_APPEND for relocation can break assumptions on the
         * extent layout the relocation code has.
         * Furthermore we have set aside own block-group from which only the
         * relocation "process" can allocate and make sure only one process at a