diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-11-15 19:25:03 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-11-15 19:26:07 -0500 |
commit | 353de31b86850309b205a3d4cc1294052471b14d (patch) | |
tree | 54f205a13f105109f908f2e6a52725ad397480cd /fs | |
parent | 16bfdaafa2c66d8cc81422a97a105a849ca65b3e (diff) |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index dcbe7f37759d..7e4edbde7373 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -4442,7 +4442,7 @@ static void release_openowner_sop(struct nfs4_stateowner *sop) | |||
4442 | release_openowner(openowner(sop)); | 4442 | release_openowner(openowner(sop)); |
4443 | } | 4443 | } |
4444 | 4444 | ||
4445 | static int nfsd_release_n_owners(u64 num, bool is_open_owner | 4445 | static int nfsd_release_n_owners(u64 num, bool is_open_owner, |
4446 | void (*release_sop)(struct nfs4_stateowner *)) | 4446 | void (*release_sop)(struct nfs4_stateowner *)) |
4447 | { | 4447 | { |
4448 | int i, count = 0; | 4448 | int i, count = 0; |