mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
btrfs: remove unused flag EXTENT_BUFFER_READAHEAD
This flag is no longer being used. It was added by commitab0fff0305("btrfs: add READAHEAD extent buffer flag") and used in commits:79fb65a1f6("Btrfs: don't call readahead hook until we have read the entire eb")78e62c02ab("btrfs: Remove extent_io_ops::readpage_io_failed_hook")371cdc0700("btrfs: introduce subpage metadata validation check") Finally all the code using it was removed by commitf26c923860("btrfs: remove reada infrastructure"). Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Daniel Vacek <neelx@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
40f47f6d72
commit
350362e95f
|
|
@ -39,8 +39,6 @@ enum {
|
|||
EXTENT_BUFFER_UPTODATE,
|
||||
EXTENT_BUFFER_DIRTY,
|
||||
EXTENT_BUFFER_CORRUPT,
|
||||
/* this got triggered by readahead */
|
||||
EXTENT_BUFFER_READAHEAD,
|
||||
EXTENT_BUFFER_TREE_REF,
|
||||
EXTENT_BUFFER_STALE,
|
||||
EXTENT_BUFFER_WRITEBACK,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user