We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3a23b commit d25b449Copy full SHA for d25b449
include/sys/dnode.h
@@ -57,7 +57,7 @@ extern "C" {
57
* Fixed constants.
58
*/
59
#define DNODE_SHIFT 9 /* 512 bytes */
60
-#define DN_MIN_INDBLKSHIFT 10 /* 1k */
+#define DN_MIN_INDBLKSHIFT 12 /* 4k */
61
#define DN_MAX_INDBLKSHIFT 14 /* 16k */
62
#define DNODE_BLOCK_SHIFT 14 /* 16k */
63
#define DNODE_CORE_SIZE 64 /* 64 bytes for dnode sans blkptrs */
0 commit comments