Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 20:18:59 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clstate.c
Message-ID:  <201001172019.o0HKJ908009579@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-01-17 20:18:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsclient     nfs_clstate.c 
  Log:
  SVN rev 202524 on 2010-01-17 20:18:59Z by rmacklem
  
  MFC: r201439
  Fix three related problems in the experimental nfs client when
  checking for conflicts w.r.t. byte range locks for NFSv4.
  1 - Return 0 instead of EACCES when a conflict is found, for F_GETLK.
  2 - Check for "same file" when checking for a conflict.
  3 - Don't check for a conflict for the F_UNLCK case.
  
  Revision  Changes    Path
  1.7.2.3   +19 -24    src/sys/fs/nfsclient/nfs_clstate.c



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