Print this page
NEX-9752 backport illumos 6950 ARC should cache compressed data
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
6950 ARC should cache compressed data
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com>
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Don Brady <don.brady@intel.com>
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
NEX-2787 Multiple comstar / fibre channel / qlt threads stuck waiting on locks with a spinning interrupt thread
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Approved by: Jean McCormack <jean.mccormack@nexenta.com>
Re #9567, Rb 2860. V8 support for mdb
        
@@ -1,7 +1,8 @@
 #
 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
 # Copyright (c) 2013, 2015 by Delphix. All rights reserved.
 #
 # CDDL HEADER START
 #
 # The contents of this file are subject to the terms of the
@@ -42,10 +43,13 @@
 SYMBOL_SCOPE {
         global:
 #               Plwp_iter                       { FLAGS = EXTERN };
 #               Pmapping_iter                   { FLAGS = EXTERN };
 
+                list_head                       { FLAGS = EXTERN };
+                list_next                       { FLAGS = EXTERN };
+
                 _mdb_ks_ncpu                    { FLAGS = EXTERN };
                 _mdb_ks_pagemask                { FLAGS = EXTERN };
                 _mdb_ks_pageoffset              { FLAGS = EXTERN };
                 _mdb_ks_pageshift               { FLAGS = EXTERN };
                 _mdb_ks_pagesize                { FLAGS = EXTERN };