summaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.h
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2016-07-06 01:08:58 +0200
committerTrond Myklebust <trond.myklebust@primarydata.com>2016-07-06 01:11:01 +0200
commit6712007734cbd64ff924af16fc236751d47ff80b (patch)
treef2dee096f3ec21d2da217fdfcd1bd55b70961824 /fs/nfs/pnfs.h
parentpNFS: Ensure we layoutcommit before revalidating attributes (diff)
downloadlinux-6712007734cbd64ff924af16fc236751d47ff80b.tar.xz
linux-6712007734cbd64ff924af16fc236751d47ff80b.zip
pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1
Cleanup... Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r--fs/nfs/pnfs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h
index b21bd0bee784..d6be5299a55a 100644
--- a/fs/nfs/pnfs.h
+++ b/fs/nfs/pnfs.h
@@ -716,13 +716,6 @@ pnfs_use_threshold(struct nfs4_threshold **dst, struct nfs4_threshold *src,
return false;
}
-static inline bool
-pnfs_layoutcommit_outstanding(struct inode *inode)
-{
- return false;
-}
-
-
static inline struct nfs4_threshold *pnfs_mdsthreshold_alloc(void)
{
return NULL;