Print this page
3752 want more verifiable dbuf user eviction
Submitted by:   Justin Gibbs <justing@spectralogic.com>
Submitted by:   Will Andrews <willa@spectralogic.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libzfs/common/libzfs_impl.h
          +++ new/usr/src/lib/libzfs/common/libzfs_impl.h
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24   * Copyright (c) 2012 by Delphix. All rights reserved.
  25   25   */
  26   26  
  27   27  #ifndef _LIBZFS_IMPL_H
  28   28  #define _LIBZFS_IMPL_H
  29   29  
  30      -#include <sys/dmu.h>
  31   30  #include <sys/fs/zfs.h>
  32   31  #include <sys/zfs_ioctl.h>
  33   32  #include <sys/spa.h>
  34   33  #include <sys/nvpair.h>
  35   34  
  36   35  #include <libuutil.h>
  37   36  #include <libzfs.h>
  38   37  #include <libshare.h>
  39   38  #include <libzfs_core.h>
  40   39  
↓ open down ↓ 176 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX