dax,ext2: replace xip_truncate_page with dax_truncate_page
authorMatthew Wilcox <[email protected]>
Mon, 16 Feb 2015 23:59:06 +0000 (15:59 -0800)
committerLinus Torvalds <[email protected]>
Tue, 17 Feb 2015 01:56:03 +0000 (17:56 -0800)
commit4c0ccfef2e9f7418a6eb0bf07a2fc8f216365b18
treeca1c0bebddf210eab5e5428bb0416d6bfc71495b
parentf7ca90b160307d63aaedab8bd451c24a182db20f
dax,ext2: replace xip_truncate_page with dax_truncate_page

It takes a get_block parameter just like nobh_truncate_page() and
block_truncate_page()

Signed-off-by: Matthew Wilcox <[email protected]>
Reviewed-by: Mathieu Desnoyers <[email protected]>
Cc: Andreas Dilger <[email protected]>
Cc: Boaz Harrosh <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Dave Chinner <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Ross Zwisler <[email protected]>
Cc: Theodore Ts'o <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/dax.c
fs/ext2/inode.c
include/linux/fs.h
mm/filemap_xip.c