summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2024-10-31 15:03:17 +0100
committerDavid Sterba <dsterba@suse.com>2024-11-11 14:34:22 +0100
commit80b3695538275e1b2c9a572615175643454b2cb3 (patch)
treed30a16905ab2d14526d7c898dc8835a38fba74ca
parent08fdca9eee098563b55e7a717d2a4256a7375dc8 (diff)
downloadlwn-80b3695538275e1b2c9a572615175643454b2cb3.tar.gz
lwn-80b3695538275e1b2c9a572615175643454b2cb3.zip
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>
-rw-r--r--fs/btrfs/zoned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/zoned.c b/fs/btrfs/zoned.c
index dbcbf754d284..cb32966380f5 100644
--- a/fs/btrfs/zoned.c
+++ b/fs/btrfs/zoned.c
@@ -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