diff options
| author | Christoph Hellwig <[email protected]> | 2023-01-21 07:50:31 +0100 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2023-02-15 19:38:53 +0100 |
| commit | 8e81aa16a42169faae1ba15cd648cc8bb83eaa48 (patch) | |
| tree | 6fb2719b2f41938ba53254f2603f60ea2a55a4b0 /include/linux | |
| parent | d5e4377d505189c30df50d54f9944d7fb8d528bb (diff) | |
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 <[email protected]>
Reviewed-by: Damien Le Moal <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/iomap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/iomap.h b/include/linux/iomap.h index 0983dfc9a203..fca43a4bd96b 100644 --- a/include/linux/iomap.h +++ b/include/linux/iomap.h @@ -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: |