OSDN Git Service

btrfs: remove unused member err from reada_extent
authorDavid Sterba <dsterba@suse.com>
Thu, 13 Apr 2017 17:11:04 +0000 (19:11 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Jun 2017 16:25:59 +0000 (18:25 +0200)
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>
fs/btrfs/reada.c

index a17e775..ab852b8 100644 (file)
@@ -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;