From 772e02d488b4870d34cdca92eb50809c5163cb5c Mon Sep 17 00:00:00 2001 From: "J.Bruce Fields" Date: Wed, 13 Dec 2006 00:35:28 -0800 Subject: [PATCH] --- yaml --- r: 44506 b: refs/heads/master c: d9e626f1e23358487595c2d3901126d00f9de7e0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7ca10f5f15d2..7491f3f0bb27 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca3643171bc6e08b7c4d1f9a2ce659541a01a7fe +refs/heads/master: d9e626f1e23358487595c2d3901126d00f9de7e0 diff --git a/trunk/fs/nfsd/nfs4proc.c b/trunk/fs/nfsd/nfs4proc.c index 1b6756aa013c..0166b49fb23e 100644 --- a/trunk/fs/nfsd/nfs4proc.c +++ b/trunk/fs/nfsd/nfs4proc.c @@ -1008,7 +1008,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp, nfsd4_encode_operation(resp, op); status = op->status; } - if (replay_owner && (replay_owner != (void *)(-1))) { + if (replay_owner) { nfs4_put_stateowner(replay_owner); replay_owner = NULL; }