mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
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: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
0bef71093d
commit
106204f191
@ -66,7 +66,6 @@ struct reada_extctl {
|
||||
struct reada_extent {
|
||||
u64 logical;
|
||||
struct btrfs_key top;
|
||||
int err;
|
||||
struct list_head extctl;
|
||||
int refcnt;
|
||||
spinlock_t lock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user