commit | 04998b3324fc8aa8f0af9b820e865f8c9665120c | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Nov 08 13:32:43 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Wed Nov 30 13:45:15 2016 +0100 |
tree | 9bcd85e8eb873bcbb27288e5e3601d9351162772 | |
parent | ef2fff64fd541af1e23eeae48d6ffdfcd92ae2a3 [diff] |
btrfs: reada, cleanup remove unneeded variable in __readahead_hook We can't touch the eb directly in case the function is called with a non-zero error, so we can read the eb level when needed. Signed-off-by: David Sterba <dsterba@suse.com>