]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r201442
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Jan 2010 20:49:34 +0000 (20:49 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Jan 2010 20:49:34 +0000 (20:49 +0000)
commitc04463a5189525a9822ce629cecb9fe3e3f335f4
tree3499d24fc9ef9c82fa8279bb9ca083c07606c3f9
parentbd2835f2a603f6ea4803f7225335ab8053f3776a
MFC: r201442
The test for "same client" for the experimental nfs server over NFSv4
was broken w.r.t. byte range lock conflicts when it was the same client
and the request used the open_to_lock_owner4 case, since lckstp->ls_clp
was not set. This patch fixes it by using "clp" instead of "lckstp->ls_clp".

git-svn-id: svn://svn.freebsd.org/base/stable/8@202525 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfsserver/nfs_nfsdstate.c