summaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-03-02 17:35:55 +0100
committerTrond Myklebust <trond.myklebust@primarydata.com>2016-03-16 15:42:43 -0400
commit95d9f6c3edd60aab1bb163f081262645f8bb8dc0 (patch)
tree50a83013a106d7d774b594a54dfe81180a3d9f9c /fs/nfs/internal.h
parent4ff79bc7098fab71e5957d48d31d2036c234e506 (diff)
downloadop-kernel-dev-95d9f6c3edd60aab1bb163f081262645f8bb8dc0.zip
op-kernel-dev-95d9f6c3edd60aab1bb163f081262645f8bb8dc0.tar.gz
nfs: remove nfs_inode_dio_wait
Just call inode_dio_wait directly instead of through a pointless wrapper. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index c41c5f5..565f813 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -515,10 +515,6 @@ extern int nfs_sillyrename(struct inode *dir, struct dentry *dentry);
/* direct.c */
void nfs_init_cinfo_from_dreq(struct nfs_commit_info *cinfo,
struct nfs_direct_req *dreq);
-static inline void nfs_inode_dio_wait(struct inode *inode)
-{
- inode_dio_wait(inode);
-}
extern ssize_t nfs_dreq_bytes_left(struct nfs_direct_req *dreq);
/* nfs4proc.c */
OpenPOWER on IntegriCloud