The patch titled Subject: ocfs2-implement-ocfs2_direct_io_write-fix has been removed from the -mm tree. Its filename was ocfs2-implement-ocfs2_direct_io_write-fix.patch This patch was dropped because it was folded into ocfs2-implement-ocfs2_direct_io_write.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: ocfs2-implement-ocfs2_direct_io_write-fix fix it for "block: Add discard flag to blkdev_issue_zeroout() function" Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Cc: Joseph Qi <joseph.qi@xxxxxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxxx> Cc: Weiwei Wang <wangww631@xxxxxxxxxx> Cc: alex chen <alex.chen@xxxxxxxxxx> Cc: Junxiao Bi <junxiao.bi@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/aops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN fs/ocfs2/aops.c~ocfs2-implement-ocfs2_direct_io_write-fix fs/ocfs2/aops.c --- a/fs/ocfs2/aops.c~ocfs2-implement-ocfs2_direct_io_write-fix +++ a/fs/ocfs2/aops.c @@ -748,8 +748,7 @@ static ssize_t ocfs2_direct_IO_write(str ret = blkdev_issue_zeroout(osb->sb->s_bdev, p_cpos << (osb->s_clustersize_bits - 9), - zero_len >> 9, - GFP_KERNEL); + zero_len >> 9, GFP_KERNEL, false); if (ret < 0) mlog_errno(ret); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-fix-xip-fault-vs-truncate-race.patch daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler.patch dax-add-dax_zero_page_range.patch ext4-add-dax-functionality.patch ocfs2-add-functions-to-add-and-remove-inode-in-orphan-dir.patch ocfs2-implement-ocfs2_direct_io_write.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html