cvs commit: src/sys/nfs4client nfs4_vnops.c

Bruce Evans bde at FreeBSD.org
Thu Jan 25 14:33:13 UTC 2007


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


More information about the cvs-src mailing list