* include/grub/zfs/dnode.h (DN_MIN_INDBLKSHIFT): Removed.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-01-29 18:56:44 +01:00
parent c30582ba5d
commit 74310bd8a7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-01-29 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/zfs/dnode.h (DN_MIN_INDBLKSHIFT): Removed.
2012-01-29 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-pe2elf.c (ehdr): Make static.

View File

@ -29,7 +29,6 @@
* Fixed constants.
*/
#define DNODE_SHIFT 9 /* 512 bytes */
#define DN_MIN_INDBLKSHIFT 10 /* 1k */
#define DNODE_BLOCK_SHIFT 14 /* 16k */
#define DNODE_CORE_SIZE 64 /* 64 bytes for dnode sans blkptrs */