]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/include/sys/dnode.h
Rebase master to b108
[mirror_zfs.git] / module / zfs / include / sys / dnode.h
index c79ff48a60c56965e9484d533d17c32aab37e129..be9e569083216f8b4ca49e4f15253f16cc4a6a90 100644 (file)
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -160,6 +160,7 @@ typedef struct dnode {
        uint16_t dn_datablkszsec;       /* in 512b sectors */
        uint32_t dn_datablksz;          /* in bytes */
        uint64_t dn_maxblkid;
+       uint8_t dn_next_nblkptr[TXG_SIZE];
        uint8_t dn_next_nlevels[TXG_SIZE];
        uint8_t dn_next_indblkshift[TXG_SIZE];
        uint16_t dn_next_bonuslen[TXG_SIZE];