]> granicus.if.org Git - zfs/commitdiff
Revert fix-get-configs should no longer be needed
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 28 May 2010 19:18:45 +0000 (12:18 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 28 May 2010 19:18:45 +0000 (12:18 -0700)
lib/libzfs/libzfs_util.c

index 9132872cc32d9c5bd8d2c338e3b7a3a90f0ff380..4da0fb44b2c1aba95bcca3a42b9d165d0ebda26d 100644 (file)
@@ -686,7 +686,7 @@ int
 zcmd_alloc_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, size_t len)
 {
        if (len == 0)
-               len = 128*1024;
+               len = 2048;
        zc->zc_nvlist_dst_size = len;
        if ((zc->zc_nvlist_dst = (uint64_t)(uintptr_t)
            zfs_alloc(hdl, zc->zc_nvlist_dst_size)) == NULL)