* include/grub/zfs/dnode.h (DN_MIN_INDBLKSHIFT): Removed.
This commit is contained in:
parent
c30582ba5d
commit
74310bd8a7
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue