aboutsummaryrefslogtreecommitdiff
path: root/uts/common/fs/zfs/sys/dnode.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-06-11 18:32:47 +0000
committerXin LI <delphij@FreeBSD.org>2013-06-11 18:32:47 +0000
commit7d8c721667271955dc7415929cf2b36af80432d4 (patch)
treea6cf6a56f8a4fb38f8eb3b4bd3f5f57fd833288b /uts/common/fs/zfs/sys/dnode.h
parent6ba2019d67bc0efa19e37ec9fd304fe8e5a050ce (diff)
downloadsrc-7d8c721667271955dc7415929cf2b36af80432d4.tar.gz
src-7d8c721667271955dc7415929cf2b36af80432d4.zip
Update vendor-sys/illumos/dist to illumos-gate 14046:6a5a2f4a47db
Illumos ZFS issues: 3742 zfs comments need cleaner, more consistent style
Notes
Notes: svn path=/vendor-sys/illumos/dist/; revision=251620
Diffstat (limited to 'uts/common/fs/zfs/sys/dnode.h')
-rw-r--r--uts/common/fs/zfs/sys/dnode.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/uts/common/fs/zfs/sys/dnode.h b/uts/common/fs/zfs/sys/dnode.h
index 9f9134d8cdbe..c3de03d369ad 100644
--- a/uts/common/fs/zfs/sys/dnode.h
+++ b/uts/common/fs/zfs/sys/dnode.h
@@ -145,9 +145,8 @@ typedef struct dnode_phys {
typedef struct dnode {
/*
- * dn_struct_rwlock protects the structure of the dnode,
- * including the number of levels of indirection (dn_nlevels),
- * dn_maxblkid, and dn_next_*
+ * Protects the structure of the dnode, including the number of levels
+ * of indirection (dn_nlevels), dn_maxblkid, and dn_next_*
*/
krwlock_t dn_struct_rwlock;