Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/lvm/libmeta/common/meta_check.c
          +++ new/usr/src/lib/lvm/libmeta/common/meta_check.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  /*
  23   23   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24   * Use is subject to license terms.
       25 + * Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  25   26   */
  26   27  
  27   28  /*
  28   29   * Just in case we're not in a build environment, make sure that
  29   30   * TEXT_DOMAIN gets set to something.
  30   31   */
  31   32  #if !defined(TEXT_DOMAIN)
  32   33  #define TEXT_DOMAIN "SYS_TEST"
  33   34  #endif
  34   35  
↓ open down ↓ 24 lines elided ↑ open up ↑
  59   60          struct dev_list         *dev_nxt;
  60   61  } dev_list_t;
  61   62  
  62   63  static dev_list_t       *devnamelist = NULL;
  63   64  
  64   65  static char     *skip_these_mntents[] = {
  65   66          "nfs",
  66   67          "autofs",
  67   68          "proc",
  68   69          "tmpfs",
  69      -        "cachefs",
  70   70          "rfs",
  71   71          "fd",
  72   72          "mntfs",
  73   73          "lofs",
  74   74          "devfs",
  75   75          "dev",
  76   76          "ctfs",
  77   77          "objfs",
  78   78          "sharefs",
  79   79          NULL
↓ open down ↓ 824 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX