mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04:00
iomap: remove IOMAP_F_ZONE_APPEND
No users left now that btrfs takes REQ_OP_WRITE bios from iomap and splits and converts them to REQ_OP_ZONE_APPEND internally. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
committed by
David Sterba
parent
d5e4377d50
commit
8e81aa16a4
@@ -58,8 +58,7 @@ struct vm_fault;
|
||||
#define IOMAP_F_SHARED (1U << 2)
|
||||
#define IOMAP_F_MERGED (1U << 3)
|
||||
#define IOMAP_F_BUFFER_HEAD (1U << 4)
|
||||
#define IOMAP_F_ZONE_APPEND (1U << 5)
|
||||
#define IOMAP_F_XATTR (1U << 6)
|
||||
#define IOMAP_F_XATTR (1U << 5)
|
||||
|
||||
/*
|
||||
* Flags set by the core iomap code during operations:
|
||||
|
||||
Reference in New Issue
Block a user