changeset 13962:d2de5400d39e

3412 The ascii art in nfs4.h needs update Reviewed by: Carlos Cardenas <cardenas12@gmail.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
author Marcel Telka <Marcel.Telka@nexenta.com>
date Tue, 19 Feb 2013 15:34:46 -0500
parents d4092a41420b
children f66b8d87c88d
files usr/src/uts/common/nfs/nfs4.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/nfs/nfs4.h	Tue Feb 19 15:34:44 2013 -0500
+++ b/usr/src/uts/common/nfs/nfs4.h	Tue Feb 19 15:34:46 2013 -0500
@@ -23,7 +23,7 @@
  * Use is subject to license terms.
  */
 /*
- * Copyright 2012 Nexenta Systems, Inc. All rights reserved.
+ * Copyright 2013 Nexenta Systems, Inc. All rights reserved.
  */
 
 #ifndef _NFS4_H
@@ -390,12 +390,12 @@
 /*
  * The following ascii art represents each of these data structs and
  * their references to each other.  Note: "<-(x)->" represents the
- * doubly link lists defined above.
+ * doubly link lists (list_t).
  *
  *                          ____________________
  *                         |                    |
  *                         |    rfs4_client_t   |
- *                       ->|         (1),(2)    |<-
+ *                       ->|         (1)        |<-
  *                      /  |____________________|  \
  *                     /              ^             \
  *                    /               |              \
@@ -409,7 +409,7 @@
  *  ____________________    ____________________    ____________________
  * |                    |  |                    |  |                    |
  * |  rfs4_lo_state_t   |->|    rfs4_state_t    |->|     rfs4_file_t    |
- * |            <-(4)-> |  |     (4)    <-(3)-> |  |                    |
+ * |            <-(4)-> |  |     (4)    <-(3)-> |  |        (2)         |
  * |____________________|  |____________________|  |____________________|
  */
 /*