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 |
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 --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
Signed-off-by: Christoph Hellwig <hch@lst.de> --- fs/btrfs/zoned.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)