Print this page
Lots of comment cleanup

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.c
          +++ new/usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.c
↓ open down ↓ 194 lines elided ↑ open up ↑
 195  195          }
 196  196  
 197  197          /* BSD symlink hack removed (smb_symmagic) */
 198  198  
 199  199          *vpp = vp;
 200  200  
 201  201          return (0);
 202  202  }
 203  203  
 204  204  /*
 205      - * smbfs_attrcache_enter, smbfs_attrcache_lookup replaced by
 206      - * code more closely resembling NFS.  See smbfs_client.c
 207      - */
 208      -
 209      -/*
 210  205   * Update the local notion of the mtime of some directory.
 211  206   * See comments re. r_mtime in smbfs_node.h
 212  207   */
 213  208  void
 214  209  smbfs_attr_touchdir(struct smbnode *dnp)
 215  210  {
 216  211  
 217  212          mutex_enter(&dnp->r_statelock);
 218  213  
 219  214          /*
↓ open down ↓ 31 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX