]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/dnode.h
Illumos #3742
[mirror_zfs.git] / include / sys / dnode.h
index 9f9134d8cdbeee1ea1bdcbb73d40439e6fe14f0e..c3de03d369ad99de53f356be19b55b0ff1d904fb 100644 (file)
@@ -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;