Commit 106204f1 authored by David Sterba's avatar David Sterba

btrfs: remove unused member err from reada_extent

Seems to be unused since the initial commit, we ignore readahead errors
anyway, the full read will handle that if necessary.
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 0bef7109
...@@ -66,7 +66,6 @@ struct reada_extctl { ...@@ -66,7 +66,6 @@ struct reada_extctl {
struct reada_extent { struct reada_extent {
u64 logical; u64 logical;
struct btrfs_key top; struct btrfs_key top;
int err;
struct list_head extctl; struct list_head extctl;
int refcnt; int refcnt;
spinlock_t lock; spinlock_t lock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment