Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/Makefile.sparc
          +++ new/usr/src/uts/sparc/Makefile.sparc
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
       24 +# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  24   25  
  25   26  
  26   27  #
  27   28  #       This makefile contains the common definitions for all sparc
  28   29  #       implementation architecture independent modules.
  29   30  #
  30   31  
  31   32  #
  32   33  #       Define supported builds
  33   34  #
↓ open down ↓ 310 lines elided ↑ open up ↑
 344  345  
 345  346  #
 346  347  #       Scheduling Class Modules (/kernel/sched):
 347  348  #
 348  349  SCHED_KMODS     += RT TS RT_DPTBL TS_DPTBL IA FSS FX FX_DPTBL SDC
 349  350  
 350  351  #
 351  352  #       File System Modules (/kernel/fs):
 352  353  #
 353  354  FS_KMODS        += dev devfs fdfs fifofs hsfs lofs namefs nfs pcfs tmpfs zfs
 354      -FS_KMODS        += zut specfs udfs ufs autofs cachefs procfs sockfs mntfs
      355 +FS_KMODS        += zut specfs udfs ufs autofs procfs sockfs mntfs
 355  356  FS_KMODS        += ctfs objfs sharefs dcfs smbfs
 356  357  
 357  358  #
 358  359  #       Streams Modules (/kernel/strmod):
 359  360  #
 360  361  STRMOD_KMODS    += bufmod connld dedump ldterm ms pckt pfmod
 361  362  STRMOD_KMODS    += pipemod ptem redirmod rpcmod rlmod telmod timod
 362  363  STRMOD_KMODS    += spppasyn spppcomp
 363  364  STRMOD_KMODS    += tirdwr ttcompat
 364  365  STRMOD_KMODS    += usbkbm usbms usbwcm usb_ah
↓ open down ↓ 138 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX