iomap: add a IOMAP_DAX flag
[linux-2.6-block.git] / fs / xfs / xfs_pnfs.c
index 7ce1ea11fc3f3f207e0d957cdf2e3ef7ed26595b..d6334abbc0b3e309fca6e2fc4df0f261739edb30 100644 (file)
@@ -155,7 +155,7 @@ xfs_fs_map_blocks(
                xfs_iunlock(ip, lock_flags);
 
                error = xfs_iomap_write_direct(ip, offset_fsb,
-                               end_fsb - offset_fsb, &imap);
+                               end_fsb - offset_fsb, 0, &imap);
                if (error)
                        goto out_unlock;