aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reada.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-04-13 19:11:04 +0200
committerDavid Sterba <dsterba@suse.com>2017-06-19 18:25:59 +0200
commit106204f191774d427a1992d76410d6d8a0006568 (patch)
tree8cc313f01b0ce3ef61a0e23dd8c0da479daa7165 /fs/btrfs/reada.c
parentbtrfs: Remove unnecessary branching in free-space-tree.c (diff)
downloadlinux-dev-106204f191774d427a1992d76410d6d8a0006568.tar.xz
linux-dev-106204f191774d427a1992d76410d6d8a0006568.zip
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>
Diffstat (limited to 'fs/btrfs/reada.c')
-rw-r--r--fs/btrfs/reada.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/reada.c b/fs/btrfs/reada.c
index a17e775a4a89..ab852b8e3e37 100644
--- a/fs/btrfs/reada.c
+++ b/fs/btrfs/reada.c
@@ -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;