From 7d8c721667271955dc7415929cf2b36af80432d4 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 11 Jun 2013 18:32:47 +0000 Subject: Update vendor-sys/illumos/dist to illumos-gate 14046:6a5a2f4a47db Illumos ZFS issues: 3742 zfs comments need cleaner, more consistent style --- uts/common/fs/zfs/sys/dnode.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'uts/common/fs/zfs/sys/dnode.h') 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; -- cgit v1.2.3