xfs: add DAX IO path support
authorDave Chinner <dchinner@redhat.com>
Wed, 3 Jun 2015 23:19:15 +0000 (09:19 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 3 Jun 2015 23:19:15 +0000 (09:19 +1000)
DAX does not do buffered IO (can't buffer direct access!) and hence
all read/write IO is vectored through the direct IO path.  Hence we
need to add the DAX IO path callouts to the direct IO
infrastructure.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_aops.c

Simple merge