Commit 353de31b authored by J. Bruce Fields's avatar J. Bruce Fields

nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile error

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 16bfdaaf
......@@ -4442,7 +4442,7 @@ static void release_openowner_sop(struct nfs4_stateowner *sop)
release_openowner(openowner(sop));
}
static int nfsd_release_n_owners(u64 num, bool is_open_owner
static int nfsd_release_n_owners(u64 num, bool is_open_owner,
void (*release_sop)(struct nfs4_stateowner *))
{
int i, count = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment