Print this page
7127  remove -Wno-missing-braces from Makefile.uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/lvm/mirror/mirror.c
          +++ new/usr/src/uts/common/io/lvm/mirror/mirror.c
↓ open down ↓ 94 lines elided ↑ open up ↑
  95   95  #ifdef DEBUG
  96   96  /* Flag to switch on debug messages */
  97   97  int     mirror_debug_flag = 0;
  98   98  #endif
  99   99  
 100  100  /*
 101  101   * Struct used to hold count of DMR reads and the timestamp of last DMR read
 102  102   * It is used to verify, using a debugger, that the DMR read ioctl has been
 103  103   * executed.
 104  104   */
 105      -dmr_stats_t     mirror_dmr_stats = {0, 0};
      105 +dmr_stats_t     mirror_dmr_stats = {0};
 106  106  
 107  107  /*
 108  108   * Mutex protecting list of non-failfast drivers.
 109  109   */
 110  110  static kmutex_t non_ff_drv_mutex;
 111  111  extern char     **non_ff_drivers;
 112  112  
 113  113  extern major_t  md_major;
 114  114  
 115  115  /*
↓ open down ↓ 5738 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX