Print this page
cstyle sort of updates
7127  remove -Wno-missing-braces from Makefile.uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
          +++ new/usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
↓ open down ↓ 218 lines elided ↑ open up ↑
 219  219          { VOPNAME_PUTPAGE,      { .error = fs_nosys } }, /* smbfs_putpage, */
 220  220          { VOPNAME_MAP,          { .error = fs_nosys } }, /* smbfs_map, */
 221  221          { VOPNAME_ADDMAP,       { .error = fs_nosys } }, /* smbfs_addmap, */
 222  222          { VOPNAME_DELMAP,       { .error = fs_nosys } }, /* smbfs_delmap, */
 223  223          { VOPNAME_DUMP,         { .error = fs_nosys } }, /* smbfs_dump, */
 224  224          { VOPNAME_PATHCONF,     { .vop_pathconf = smbfs_pathconf } },
 225  225          { VOPNAME_PAGEIO,       { .error = fs_nosys } }, /* smbfs_pageio, */
 226  226          { VOPNAME_SETSECATTR,   { .vop_setsecattr = smbfs_setsecattr } },
 227  227          { VOPNAME_GETSECATTR,   { .vop_getsecattr = smbfs_getsecattr } },
 228  228          { VOPNAME_SHRLOCK,      { .vop_shrlock = smbfs_shrlock } },
 229      -        { NULL, NULL }
      229 +        { NULL,                 { NULL } }
 230  230  };
 231  231  
 232  232  /*
 233  233   * XXX
 234  234   * When new and relevant functionality is enabled, we should be
 235  235   * calling vfs_set_feature() to inform callers that pieces of
 236  236   * functionality are available, per PSARC 2007/227.
 237  237   */
 238  238  /* ARGSUSED */
 239  239  static int
↓ open down ↓ 2873 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX