Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/Makefile
          +++ new/usr/src/uts/common/sys/Makefile
↓ 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) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2013, Joyent, Inc. All rights reserved.
  24   24  # Copyright 2013 Garrett D'Amore <garrett@damore.org>
       25 +# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  25   26  #
  26   27  
  27   28  include $(SRC)/uts/Makefile.uts
  28   29  
  29   30  FILEMODE=644
  30   31  
  31   32  #
  32   33  #       Note that the following headers are present in the kernel but
  33   34  #       neither installed or shipped as part of the product:
  34   35  #               cpuid_drv.h:            Private interface for cpuid consumers
↓ open down ↓ 801 lines elided ↑ open up ↑
 836  837  FMIOHDRS=                       \
 837  838          ddi.h                   \
 838  839          disk.h                  \
 839  840          pci.h                   \
 840  841          scsi.h                  \
 841  842          sun4upci.h              \
 842  843          opl_mc_fm.h
 843  844  
 844  845  FSHDRS=                         \
 845  846          autofs.h                \
 846      -        cachefs_dir.h           \
 847      -        cachefs_dlog.h          \
 848      -        cachefs_filegrp.h       \
 849      -        cachefs_fs.h            \
 850      -        cachefs_fscache.h       \
 851      -        cachefs_ioctl.h         \
 852      -        cachefs_log.h           \
 853  847          decomp.h                \
 854  848          dv_node.h               \
 855  849          sdev_impl.h             \
 856  850          fifonode.h              \
 857  851          hsfs_isospec.h          \
 858  852          hsfs_node.h             \
 859  853          hsfs_rrip.h             \
 860  854          hsfs_spec.h             \
 861  855          hsfs_susp.h             \
 862  856          lofs_info.h             \
↓ open down ↓ 502 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX