xfs: direct calls in the direct I/O path
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Jul 2016 01:38:01 +0000 (11:38 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 20 Jul 2016 01:38:01 +0000 (11:38 +1000)
commitfa8d972d055c723cc427e14d4d7919640f418730
treebc369f3712fa66d86563a42344282d2ce9aa08a9
parentf1285ff0acf9040a39921355d07bd83a3308c402
xfs: direct calls in the direct I/O path

We control both the callers and callees of ->direct_IO, so remove the
indirect calls.

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_aops.c
fs/xfs/xfs_aops.h
fs/xfs/xfs_file.c