Print this page
3741 zfs needs better comments
Submitted by:   Will Andrews <willa@spectralogic.com>
Submitted by:   Justin Gibbs <justing@spectralogic.com>
Submitted by:   Alan Somers <alans@spectralogic.com>
Reviewed by:    Matthew Ahrens <mahrens@delphix.com>
Reviewed by:    Eric Schrock <eric.schrock@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/zfs/spa.c
          +++ new/usr/src/uts/common/fs/zfs/spa.c
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24   * Copyright (c) 2013 by Delphix. All rights reserved.
  25   25   * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  26   26   */
  27   27  
  28   28  /*
       29 + * SPA: Storage Pool Allocator
       30 + *
  29   31   * This file contains all the routines used when modifying on-disk SPA state.
  30   32   * This includes opening, importing, destroying, exporting a pool, and syncing a
  31   33   * pool.
  32   34   */
  33   35  
  34   36  #include <sys/zfs_context.h>
  35   37  #include <sys/fm/fs/zfs.h>
  36   38  #include <sys/spa_impl.h>
  37   39  #include <sys/zio.h>
  38   40  #include <sys/zio_checksum.h>
↓ open down ↓ 6431 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX