Print this page
NEX-3553 SMB2/3 durable handles
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
NEX-5599 SMB needs a pointer-based hash table for durable handles
Reviewed by: Gordon Ross <gwr@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/bitmap.h
          +++ new/usr/src/uts/common/sys/bitmap.h
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  24   24   * Use is subject to license terms.
  25   25   */
  26   26  
  27   27  /*
  28   28   * Copyright (c) 2014 by Delphix. All rights reserved.
       29 + * Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  29   30   * Copyright 2017 RackTop Systems.
  30   31   */
  31   32  
  32   33  /*      Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
  33   34  /*        All Rights Reserved   */
  34   35  
  35   36  
  36   37  #ifndef _SYS_BITMAP_H
  37   38  #define _SYS_BITMAP_H
  38   39  
↓ open down ↓ 160 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX