Print this page
Revert exi_zone to exi_zoneid, and install exi_ne backpointer

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/nfs/nfs_auth.c
          +++ new/usr/src/uts/common/fs/nfs/nfs_auth.c
↓ open down ↓ 870 lines elided ↑ open up ↑
 871  871  
 872  872          uid_t                   tmpuid;
 873  873          gid_t                   tmpgid;
 874  874          uint_t                  tmpngids;
 875  875          gid_t                   *tmpgids;
 876  876  
 877  877          avl_index_t             where;  /* used for avl_find()/avl_insert() */
 878  878  
 879  879          ASSERT(cr != NULL);
 880  880  
 881      -        ASSERT3P(curzone, ==, exi->exi_zone);
      881 +        ASSERT3P(curzone->zone_id, ==, exi->exi_zoneid);
 882  882          nag = nfsauth_get_zg();
 883  883  
 884  884          /*
 885  885           * Now check whether this client already
 886  886           * has an entry for this flavor in the cache
 887  887           * for this export.
 888  888           * Get the caller's address, mask off the
 889  889           * parts of the address that do not identify
 890  890           * the host (port number, etc), and then hash
 891  891           * it to find the chain of cache entries.
↓ open down ↓ 709 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX