]> granicus.if.org Git - zfs/commitdiff
Add fix-get-configs branch
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 20 Nov 2008 20:52:01 +0000 (12:52 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 20 Nov 2008 20:52:01 +0000 (12:52 -0800)
.topdeps [new file with mode: 0644]
.topmsg [new file with mode: 0644]
zfs/lib/libzfs/libzfs_config.c

diff --git a/.topdeps b/.topdeps
new file mode 100644 (file)
index 0000000..1f7391f
--- /dev/null
+++ b/.topdeps
@@ -0,0 +1 @@
+master
diff --git a/.topmsg b/.topmsg
new file mode 100644 (file)
index 0000000..de5f78b
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,8 @@
+From: Brian Behlendorf <behlendorf1@llnl.gov>
+Subject: [PATCH] fix get configs size
+
+Increase nvlist *_GET_CONFIGS size
+
+Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
+
+---
index 95e413c0f88a05b3a3393338edc97e2fafce19be..23a021d038810468246af1dab75e48f61a77270e 100644 (file)
@@ -123,7 +123,7 @@ namespace_reload(libzfs_handle_t *hdl)
                        return (no_memory(hdl));
        }
 
-       if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0)
+       if (zcmd_alloc_dst_nvlist(hdl, &zc, 32768) != 0)
                return (-1);
 
        for (;;) {