From: Vishal Verma Date: Tue, 12 May 2015 17:48:53 +0000 (-0400) Subject: fs/block_dev.c: skip rw_page if bdev has integrity X-Git-Tag: omap-for-v4.2/fixes-rc1^2~73^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f68eb1e71a92765ffd8eb68466a41b48f2fbba04;p=pandora-kernel.git fs/block_dev.c: skip rw_page if bdev has integrity If a block device has bio integrity enabled, rw_page will bypass the integrity payload, which is undesirable. Skip rw_page if this is the case. Currently brd and zram provide rw_page, and the proposed 'nd' drivers will too. Cc: Jens Axboe Cc: Martin K. Petersen Suggested-by: Matthew Wilcox Signed-off-by: Vishal Verma Signed-off-by: Dan Williams --- Reading git-diff-tree failed