mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 17:57:38 -04:00
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>
This commit is contained in:
committed by
David Sterba
parent
08fdca9eee
commit
80b3695538
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user