Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2011 22:16:52 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clport.c
Message-ID:  <201104132217.p3DMH7G7018664@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-04-13 22:16:52 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clport.c 
  Log:
  SVN rev 220610 on 2011-04-13 22:16:52Z by rmacklem
  
  Fix the experimental NFSv4 client so that it recognizes server
  mount point crossings correctly. It was testing the wrong flag.
  Also, try harder to make sure that the fsid is different than
  the one assigned to the client mount point, by hashing the
  server's fsid (just to create a different value deterministically)
  when it is the same.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.15      +17 -5     src/sys/fs/nfsclient/nfs_clport.c



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