Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 20:49:34 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsserver nfs_nfsdstate.c
Message-ID:  <201001172049.o0HKnjjE022390@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

rmacklem    2010-01-17 20:49:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsserver     nfs_nfsdstate.c 
  Log:
  SVN rev 202525 on 2010-01-17 20:49:34Z by rmacklem
  
  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".
  
  Revision  Changes    Path
  1.10.2.2  +1 -1      src/sys/fs/nfsserver/nfs_nfsdstate.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001172049.o0HKnjjE022390>