]> git.ipfire.org Git - thirdparty/grub.git/commit
Remove defines pertaining to arbitrary limits not affecting GRUB
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 14 Jan 2012 10:30:43 +0000 (11:30 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 14 Jan 2012 10:30:43 +0000 (11:30 +0100)
commit75b49ebed9d6328c2399c4d4b15b1e8a023285bf
treeafd8c3d5baab6922dbd456ef4642c6d14a45a3ad
parent74a1dce71dbf94809453c93e65eaf89473af2ddb
Remove defines pertaining to arbitrary limits not affecting GRUB
anymore.

* grub-core/fs/ext2.c (EXT2_PATH_MAX): Removed.
(EXT2_MAX_SYMLINKCNT): Likewise.
* grub-core/fs/nilfs2.c (NILFS_BTREE_LEVEL_MAX): Likewise.
* grub-core/net/tftp.c (TFTP_MAX_PACKET): Likewise.
* include/grub/i386/pc/pxe.h (GRUB_PXE_MIN_BLKSIZE): Likewise.
(GRUB_PXE_MAX_BLKSIZE): Likewise.
* include/grub/normal.h (GRUB_MAX_CMDLINE): Likewise.
* include/grub/zfs/dnode.h (DN_MAX_INDBLKSHIFT): Likewise.
(DN_MAX_OBJECT_SHIFT): Likewise.
(DN_MAX_OFFSET_SHIFT): Likewise.
(DN_MAX_OBJECT): Likewise.
(DNODES_PER_LEVEL_SHIFT): Likewise.
* include/grub/zfs/spa.h (SPA_MAXBLOCKSHIFT): Likewise.
(SPA_MAXBLOCKSIZE): Likewise.
(SPA_BLOCKSIZES): Likewise.
* include/grub/zfs/zap_impl.h (MZAP_MAX_BLKSHIFT): Likewise.
(MZAP_MAX_BLKSZ): Likewise.
ChangeLog
grub-core/fs/ext2.c
grub-core/fs/nilfs2.c
grub-core/net/tftp.c
include/grub/i386/pc/pxe.h
include/grub/normal.h
include/grub/zfs/dnode.h
include/grub/zfs/spa.h
include/grub/zfs/zap_impl.h