Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2007 14:33:13 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfs4client nfs4_vnops.c
Message-ID:  <200701251433.l0PEXDmk041387@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2007-01-25 14:33:13 UTC

  FreeBSD src repository

  Modified files:
    sys/nfs4client       nfs4_vnops.c 
  Log:
  Rename some functions and variables from nfs_* to nfs4_* to avoid
  collisions with nfsclient's names.  Even static names should have a
  unique prefix so that they can be debugged easily.
  
  Hide the unused colliding variable nfsv3_commit_on_close in "#if 0"
  together with other unused sysctl variables.  Duplicating the nfs sysctl
  under nfs4 is probably just a bug.
  
  Fix some nearby style bugs.
  
  Remove duplicate $FreeBSD$.
  
  Revision  Changes    Path
  1.36      +13 -13    src/sys/nfs4client/nfs4_vnops.c



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