]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Update a comment to match the code
authorRichard Laager <rlaager@wiktel.com>
Mon, 15 Apr 2019 02:23:26 +0000 (21:23 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 16 Apr 2019 17:02:33 +0000 (10:02 -0700)
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

module/zfs/spa.c

index 3857d0183b60139ba1b950e07a8992479e3fc9cc..c76163b6f34daa7fc0b4c3d3610ee11effdf8b7a 100644 (file)
@@ -612,8 +612,8 @@ spa_prop_validate(spa_t *spa, nvlist_t *props)
                                /*
                                 * Must be ZPL, and its property settings
                                 * must be supported by GRUB (compression
-                                * is not gzip, and large blocks or large
-                                * dnodes are not used).
+                                * is not gzip, and large dnodes are not
+                                * used).
                                 */
 
                                if (dmu_objset_type(os) != DMU_OST_ZFS) {