diff options
author | Christoph Hellwig <hch@lst.de> | 2016-03-02 17:35:55 +0100 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-03-16 15:42:43 -0400 |
commit | 95d9f6c3edd60aab1bb163f081262645f8bb8dc0 (patch) | |
tree | 50a83013a106d7d774b594a54dfe81180a3d9f9c /fs/nfs/internal.h | |
parent | 4ff79bc7098fab71e5957d48d31d2036c234e506 (diff) | |
download | linux-95d9f6c3edd60aab1bb163f081262645f8bb8dc0.tar.bz2 |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index c41c5f5baf03..565f8135ae1f 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 */ |