Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2010 20:08:10 +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:  <201001032008.o03K8NUU029231@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-01-03 20:08:10 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsserver     nfs_nfsdstate.c 
  Log:
  SVN rev 201442 on 2010-01-03 20:08:10Z by rmacklem
  
  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".
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.11      +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?201001032008.o03K8NUU029231>