Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile error

parent 16bfdaaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;