]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 5 Jul 2016 23:08:58 +0000 (19:08 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 5 Jul 2016 23:11:01 +0000 (19:11 -0400)
Cleanup...

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/pnfs.h

index b21bd0bee784391b0b88483d9b9d3ee7cce91bde..d6be5299a55a1ea0016bcc41f32475d74df95ecf 100644 (file)
@@ -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;