Print this page
3742 zfs comments need cleaner, more consistent style
Submitted by:   Will Andrews <willa@spectralogic.com>
Submitted by:   Alan Somers <alans@spectralogic.com>
Reviewed by:    Matthew Ahrens <mahrens@delphix.com>
Reviewed by:    George Wilson <george.wilson@delphix.com>
Reviewed by:    Eric Schrock <eric.schrock@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/zfs/sys/space_map.h
          +++ new/usr/src/uts/common/fs/zfs/sys/space_map.h
↓ open down ↓ 86 lines elided ↑ open up ↑
  87   87  /*
  88   88   * debug entry
  89   89   *
  90   90   *    1      3         10                     50
  91   91   *  ,---+--------+------------+---------------------------------.
  92   92   *  | 1 | action |  syncpass  |        txg (lower bits)         |
  93   93   *  `---+--------+------------+---------------------------------'
  94   94   *   63  62    60 59        50 49                               0
  95   95   *
  96   96   *
  97      - *
  98   97   * non-debug entry
  99   98   *
 100   99   *    1               47                   1           15
 101  100   *  ,-----------------------------------------------------------.
 102  101   *  | 0 |   offset (sm_shift units)    | type |       run       |
 103  102   *  `-----------------------------------------------------------'
 104  103   *   63  62                          17   16   15               0
 105  104   */
 106  105  
 107  106  /* All this stuff takes and returns bytes */
↓ open down ↓ 81 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX