]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: split direct I/O and DAX path
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Jul 2016 01:38:55 +0000 (11:38 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 20 Jul 2016 01:38:55 +0000 (11:38 +1000)
commit3f978eebdf14c573a8dca27cd78df7cf0abca391
tree991b3b67bba3c837256b1009ef8b8038d587cc7c
parent20cc133025f35411699d5b4708b3a3d1cb985d86
xfs: split direct I/O and DAX path

So far the DAX code overloaded the direct I/O code path.  There is very little
in common between the two, and untangling them allows to clean up both variants.

As a side effect we also get separate trace points for both I/O types.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_file.c
fs/xfs/xfs_trace.h