Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.files
          +++ new/usr/src/uts/common/Makefile.files
↓ open down ↓ 16 lines elided ↑ open up ↑
  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 (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 Joyent, Inc.  All rights reserved.
  25   25  # Copyright (c) 2011, 2014 by Delphix. All rights reserved.
  26   26  # Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
  27      -# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
       27 +# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  28   28  #
  29   29  
  30   30  #
  31   31  # This Makefile defines all file modules for the directory uts/common
  32   32  # and its children. These are the source files which may be considered
  33   33  # common to all SunOS systems.
  34   34  
  35   35  i386_CORE_OBJS += \
  36   36                  atomic.o        \
  37   37                  avintr.o        \
↓ open down ↓ 1062 lines elided ↑ open up ↑
1100 1100  
1101 1101  SHBINEXEC_OBJS +=shbin.o
1102 1102  
1103 1103  JAVAEXEC_OBJS +=java.o
1104 1104  
1105 1105  #
1106 1106  #                       file system modules
1107 1107  #
1108 1108  AUTOFS_OBJS +=  auto_vfsops.o auto_vnops.o auto_subr.o auto_xdr.o auto_sys.o
1109 1109  
1110      -CACHEFS_OBJS += cachefs_cnode.o         cachefs_cod.o \
1111      -                cachefs_dir.o           cachefs_dlog.o  cachefs_filegrp.o \
1112      -                cachefs_fscache.o       cachefs_ioctl.o cachefs_log.o \
1113      -                cachefs_module.o \
1114      -                cachefs_noopc.o         cachefs_resource.o \
1115      -                cachefs_strict.o \
1116      -                cachefs_subr.o          cachefs_vfsops.o \
1117      -                cachefs_vnops.o
1118      -
1119 1110  DCFS_OBJS +=    dc_vnops.o
1120 1111  
1121 1112  DEVFS_OBJS +=   devfs_subr.o    devfs_vfsops.o  devfs_vnops.o
1122 1113  
1123 1114  DEV_OBJS  +=    sdev_subr.o     sdev_vfsops.o   sdev_vnops.o    \
1124 1115                  sdev_ptsops.o   sdev_zvolops.o  sdev_comm.o     \
1125 1116                  sdev_profile.o  sdev_ncache.o   sdev_netops.o   \
1126 1117                  sdev_ipnetops.o \
1127 1118                  sdev_vtops.o
1128 1119  
↓ open down ↓ 1002 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX