Skip to content

Commit 6712007

Browse files
committed
pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1
Cleanup... Signed-off-by: Trond Myklebust <[email protected]>
1 parent ac46bd3 commit 6712007

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

fs/nfs/pnfs.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -716,13 +716,6 @@ pnfs_use_threshold(struct nfs4_threshold **dst, struct nfs4_threshold *src,
716716
return false;
717717
}
718718

719-
static inline bool
720-
pnfs_layoutcommit_outstanding(struct inode *inode)
721-
{
722-
return false;
723-
}
724-
725-
726719
static inline struct nfs4_threshold *pnfs_mdsthreshold_alloc(void)
727720
{
728721
return NULL;

0 commit comments

Comments
 (0)