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)
commit106204f191774d427a1992d76410d6d8a0006568
tree8cc313f01b0ce3ef61a0e23dd8c0da479daa7165
parent0bef71093d4461659643ddcef431d88a078e0407
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>
fs/btrfs/reada.c