From: Miao Xie Date: Fri, 12 Sep 2014 10:44:01 +0000 (+0800) Subject: Btrfs: modify clean_io_failure and make it suit direct io X-Git-Tag: fixes-against-v3.18-rc2~120^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1203b6813ee84add8b4baa6d75e50ba85517e99c;p=pandora-kernel.git Btrfs: modify clean_io_failure and make it suit direct io We could not use clean_io_failure in the direct IO path because it got the filesystem information from the page structure, but the page in the direct IO bio didn't have the filesystem information in its structure. So we need modify it and pass all the information it need by parameters. Signed-off-by: Miao Xie Signed-off-by: Chris Mason --- Reading git-diff-tree failed