commit | 57f16e08269c6a91fb77508b2fe58130c6442d94 | [log] [tgz] |
---|---|---|
author | Zhao Lei <zhaolei@cn.fujitsu.com> | Thu Dec 31 22:20:59 2015 +0800 |
committer | David Sterba <dsterba@suse.com> | Thu Feb 18 10:26:12 2016 +0100 |
tree | 0e40bed3c5d835f5c1d450d4c2206776e577ddf6 | |
parent | 02873e432518f84ad8f15d8911e79659ea38085f [diff] |
btrfs: reada: Jump into cleanup in direct way for __readahead_hook() Current code set nritems to 0 to make for_loop useless to bypass it, and set generation's value which is not necessary. Jump into cleanup directly is better choise. Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>