]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: add DAX IO path support
authorDave Chinner <dchinner@redhat.com>
Wed, 3 Jun 2015 23:19:15 +0000 (09:19 +1000)
committerDan Duval <dan.duval@oracle.com>
Wed, 12 Oct 2016 13:48:39 +0000 (09:48 -0400)
commitaf533f83f3058bd8a919b9a6ff11bd579d178f14
tree6d6f5d6fc2561d2e01cd8bc5c86a5781cd22a9fb
parentf4e4927eccd71458e64311104e16b897b6e91c34
xfs: add DAX IO path support

Orabug: 22913653

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>
(cherry picked from commit 6e1ba0bcb84b3f97616feb07c27f974509ba57be)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
fs/xfs/xfs_aops.c