mm: do_sync_mapping_range integrity fix
authorNick Piggin <[email protected]>
Tue, 6 Jan 2009 22:39:12 +0000 (14:39 -0800)
committerLinus Torvalds <[email protected]>
Tue, 6 Jan 2009 23:59:00 +0000 (15:59 -0800)
commitee53a891f47444c53318b98dac947ede963db400
tree57cec3b7aadb120b5a2857bd212159a693a379f2
parent82fd1a9a8ced9607312b54859572bcc6211e8919
mm: do_sync_mapping_range integrity fix

Chris Mason notices do_sync_mapping_range didn't actually ask for data
integrity writeout.  Unfortunately, it is advertised as being usable for
data integrity operations.

This is a data integrity bug.

Signed-off-by: Nick Piggin <[email protected]>
Cc: Chris Mason <[email protected]>
Cc: Dave Chinner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/sync.c