diff options
author | Marcel Telka <Marcel.Telka@nexenta.com> | 2013-02-19 15:34:46 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2013-02-19 18:41:19 -0500 |
commit | cfe63ebf3593a7e45618955bfd1a754f30fc5fcf (patch) | |
tree | 0a9b75ddfa8c7225f96fa0a9fe772dd7c2a06a67 | |
parent | 11bb729e438c0522ef1254effe8c8a39e441d7d5 (diff) | |
download | illumos-joyent-cfe63ebf3593a7e45618955bfd1a754f30fc5fcf.tar.gz |
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>
-rw-r--r-- | usr/src/uts/common/nfs/nfs4.h | 8 |
1 files 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) | * |____________________| |____________________| |____________________| */ /* |