summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-05-31 08:04:58 +0200
committerDavid Sterba <dsterba@suse.com>2023-06-19 13:59:35 +0200
commita994310aa26fcb6bd7529714ea713b6792630f67 (patch)
treeb1bdef39c8189648cfc36792420ff87851e0d627 /fs/btrfs/extent_io.h
parent2b2553f12355577d8de3eaedfa25fce3368d652c (diff)
downloadlinux-a994310aa26fcb6bd7529714ea713b6792630f67.tar.gz
linux-a994310aa26fcb6bd7529714ea713b6792630f67.tar.bz2
linux-a994310aa26fcb6bd7529714ea713b6792630f67.zip
btrfs: remove PAGE_SET_ERROR
Now that the btrfs writeback code has stopped using PageError, using PAGE_SET_ERROR to just set the per-address_space error flag is confusing. Open code the mapping_set_error calls in the callers and remove the PAGE_SET_ERROR flag. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_io.h')
-rw-r--r--fs/btrfs/extent_io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.h b/fs/btrfs/extent_io.h
index 2d91ca91dca5..6723bf3483d9 100644
--- a/fs/btrfs/extent_io.h
+++ b/fs/btrfs/extent_io.h
@@ -40,7 +40,6 @@ enum {
ENUM_BIT(PAGE_START_WRITEBACK),
ENUM_BIT(PAGE_END_WRITEBACK),
ENUM_BIT(PAGE_SET_ORDERED),
- ENUM_BIT(PAGE_SET_ERROR),
ENUM_BIT(PAGE_LOCK),
};