Skip to content

Commit

Permalink
nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile error
Browse files Browse the repository at this point in the history
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
  • Loading branch information
J. Bruce Fields committed Nov 16, 2011
1 parent 16bfdaa commit 353de31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 353de31

Please sign in to comment.