diff mbox series

btrfs: fix a typo in btrfs_use_zone_append

Message ID 20241031140317.177800-1-hch@lst.de (mailing list archive)
State New
Headers show
Series btrfs: fix a typo in btrfs_use_zone_append | expand

Commit Message

Christoph Hellwig Oct. 31, 2024, 2:03 p.m. UTC
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 fs/btrfs/zoned.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Sterba Nov. 6, 2024, 8:42 p.m. UTC | #1
On Thu, Oct 31, 2024 at 03:03:17PM +0100, Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Added to for-next, thanks.
diff mbox series

Patch

diff --git a/fs/btrfs/zoned.c b/fs/btrfs/zoned.c
index 46b9386957e6..5a81a519d943 100644
--- a/fs/btrfs/zoned.c
+++ b/fs/btrfs/zoned.c
@@ -1736,7 +1736,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