mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 11:19:32 +03:00
Update a comment to match the code
GRUB supports large_blocks. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Richard Laager <rlaager@wiktel.com> Closes #8626
This commit is contained in:
parent
8dda07b33c
commit
fcf21f8fcb
@ -612,8 +612,8 @@ spa_prop_validate(spa_t *spa, nvlist_t *props)
|
|||||||
/*
|
/*
|
||||||
* Must be ZPL, and its property settings
|
* Must be ZPL, and its property settings
|
||||||
* must be supported by GRUB (compression
|
* must be supported by GRUB (compression
|
||||||
* is not gzip, and large blocks or large
|
* is not gzip, and large dnodes are not
|
||||||
* dnodes are not used).
|
* used).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (dmu_objset_type(os) != DMU_OST_ZFS) {
|
if (dmu_objset_type(os) != DMU_OST_ZFS) {
|
||||||
|
Loading…
Reference in New Issue
Block a user