From cfe63ebf3593a7e45618955bfd1a754f30fc5fcf Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 19 Feb 2013 15:34:46 -0500 Subject: 3412 The ascii art in nfs4.h needs update Reviewed by: Carlos Cardenas Reviewed by: Dan McDonald Approved by: Richard Lowe --- usr/src/uts/common/nfs/nfs4.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/src/uts/common/nfs/nfs4.h b/usr/src/uts/common/nfs/nfs4.h index cf36c03d0a..c0d20ad5e7 100644 --- a/usr/src/uts/common/nfs/nfs4.h +++ b/usr/src/uts/common/nfs/nfs4.h @@ -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 @@ nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths; /* * 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 @@ nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths; * ____________________ ____________________ ____________________ * | | | | | | * | rfs4_lo_state_t |->| rfs4_state_t |->| rfs4_file_t | - * | <-(4)-> | | (4) <-(3)-> | | | + * | <-(4)-> | | (4) <-(3)-> | | (2) | * |____________________| |____________________| |____________________| */ /* -- cgit v1.2.3