Btrfs: split bio_readpage_error into several functions
authorMiao Xie <miaox@cn.fujitsu.com>
Fri, 12 Sep 2014 10:43:59 +0000 (18:43 +0800)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:38:56 +0000 (13:38 -0700)
The data repair function of direct read will be implemented later, and some code
in bio_readpage_error will be reused, so split bio_readpage_error into
several functions which will be used in direct read repair later.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>

No differences found