Skip to content

Commit

Permalink
pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_…
Browse files Browse the repository at this point in the history
…NFS_V4_1

Cleanup...

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
  • Loading branch information
Trond Myklebust committed Jul 5, 2016
1 parent ac46bd3 commit 6712007
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions fs/nfs/pnfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6712007

Please sign in to comment.