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/zfs_sa.c
          +++ new/usr/src/uts/common/fs/zfs/zfs_sa.c
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  23   23   */
  24   24  
       25 +#include <sys/zfs_context.h>
  25   26  #include <sys/types.h>
  26   27  #include <sys/param.h>
  27   28  #include <sys/vnode.h>
  28   29  #include <sys/sa.h>
  29   30  #include <sys/zfs_acl.h>
  30   31  #include <sys/zfs_sa.h>
  31   32  
  32   33  /*
  33   34   * ZPL attribute registration table.
  34   35   * Order of attributes doesn't matter
↓ open down ↓ 300 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX