]> asedeno.scripts.mit.edu Git - linux.git/commit
nfs4: don't compare clientid in nfs4_wake_lock_waiter
authorJeff Layton <jlayton@redhat.com>
Sun, 18 Mar 2018 12:37:02 +0000 (08:37 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 10 Apr 2018 20:06:22 +0000 (16:06 -0400)
commit5656610325a926141625e2d5eed1b0ba57a2e4cb
tree15e4f165eb7036dfadd0860f6865dc932893a043
parent41a74620185e2c7666c0fc4bfd7ff2f21fd0cb13
nfs4: don't compare clientid in nfs4_wake_lock_waiter

The task is expected to sleep for a while here, and it's possible that
a new EXCHANGE_ID has occurred in the interim, and we were assigned a
new clientid. Since this is a per-client list, there isn't a lot of
value in vetting the clientid on the incoming request.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4proc.c