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/uts/common/fs/zfs/sys/zfs_ioctl.h
          +++ new/usr/src/uts/common/fs/zfs/sys/zfs_ioctl.h
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23   * Copyright (c) 2012 by Delphix. All rights reserved.
  24   24   */
  25   25  
  26   26  #ifndef _SYS_ZFS_IOCTL_H
  27   27  #define _SYS_ZFS_IOCTL_H
  28   28  
       29 +#ifndef _KERNEL
       30 +#include <stddef.h>
       31 +#endif
  29   32  #include <sys/cred.h>
  30   33  #include <sys/dmu.h>
  31   34  #include <sys/zio.h>
  32   35  #include <sys/dsl_deleg.h>
  33   36  #include <sys/spa.h>
  34   37  #include <sys/zfs_stat.h>
  35   38  
  36   39  #ifdef _KERNEL
  37   40  #include <sys/nvpair.h>
  38   41  #endif  /* _KERNEL */
↓ open down ↓ 340 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX