Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;