]> git.ipfire.org Git - people/ms/linux.git/commit
mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting) was...
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 30 Sep 2013 20:45:09 +0000 (13:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 01:14:30 +0000 (18:14 -0700)
commit3e446da23ffc230fbd3d9cf52f2a2d94ba8e941c
treedb864a2e3a0261a37e803793d81dd0ed1498aea6
parentb8a118efef12f11e6f726d46b9d918200d59e479
mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting) was ignored

commit 83b2944fd2532b92db099cb3ada12df32a05b368 upstream.

The "force" parameter in __blk_queue_bounce was being ignored, which
means that stable page snapshots are not always happening (on ext3).
This of course leads to DIF disks reporting checksum errors, so fix this
regression.

The regression was introduced in commit 6bc454d15004 ("bounce: Refactor
__blk_queue_bounce to not use bi_io_vec")

Reported-by: Mel Gorman <mgorman@suse.de>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Cc: Kent Overstreet <koverstreet@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mm/bounce.c