]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
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 a17e775a4a89fca1e48214c5abb02756dd1c69d6..ab852b8e3e3715d263a7e8b8b7ad61151c3cbd90 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;