nfsv4: fix nfs4_op_release_lockowner defined but not used

master
heitbaum 2022-01-28 23:33:07 +00:00
parent 7b7648e0d8
commit 680ceb8d2c
1 changed files with 2 additions and 0 deletions

View File

@ -643,6 +643,7 @@ nfs4_op_commit(struct nfs_context *nfs, nfs_argop4 *op)
return 1;
}
#ifdef HAVE_MULTITHREADING
static int
nfs4_op_release_lockowner(struct nfs_context *nfs, nfs_argop4 *op, struct nfsfh *fh)
{
@ -657,6 +658,7 @@ nfs4_op_release_lockowner(struct nfs_context *nfs, nfs_argop4 *op, struct nfsfh
return 1;
}
#endif
static int
nfs4_op_close(struct nfs_context *nfs, nfs_argop4 *op, struct nfsfh *fh)