md: teach sync_page_io about new_data_offset.
authorNeilBrown <neilb@suse.de>
Sun, 20 May 2012 23:28:32 +0000 (09:28 +1000)
committerNeilBrown <neilb@suse.de>
Sun, 20 May 2012 23:28:32 +0000 (09:28 +1000)
Some code in raid1 and raid10 use sync_page_io to
read/write pages when responding to read errors.
As we will shortly support changing data_offset for
raid10, this function must understand new_data_offset.

So add that understanding.

Signed-off-by: NeilBrown <neilb@suse.de>

No differences found