nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile error

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
J. Bruce Fields 2011-11-15 19:25:03 -05:00
parent 16bfdaafa2
commit 353de31b86
1 changed files with 1 additions and 1 deletions

View File

@ -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;