btrfs: remove redundant variable in __do_readpage
authorDavid Sterba <dsterba@suse.com>
Tue, 6 Jun 2017 17:50:13 +0000 (19:50 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 30 Mar 2018 23:26:52 +0000 (01:26 +0200)
commit8eec8296a086cf9949dc4b91494fc944778ba5a0
tree8e78fb5186d2b4d7201fba9e2124fae52181c8a2
parent5c2b1fd7531d837bb9a6079d4e730a889b0e303d
btrfs: remove redundant variable in __do_readpage

The value of page_end is only stored to end, no other use.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c