]> granicus.if.org Git - zfs/commitdiff
New topic branch for minor acl related fixes
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 7 Jul 2009 21:18:47 +0000 (14:18 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 7 Jul 2009 21:18:47 +0000 (14:18 -0700)
.topdeps [new file with mode: 0644]
.topmsg [new file with mode: 0644]
lib/libzfs/libzfs_dataset.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..e6a0de3
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,6 @@
+From: Brian Behlendorf <behlendorf1@llnl.gov>
+Subject: [PATCH] fix acl
+
+Minor fixes for newly introduced acl support.
+
+Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
index ac912260551dd03ac459e3aea6493b66f5ab0199..454a08b2ede3df3aa9706f770a69d0c1755474ff 100644 (file)
@@ -3987,7 +3987,7 @@ zfs_smb_acl_mgmt(libzfs_handle_t *hdl, char *dataset, char *path,
        if (cmd == ZFS_SMB_ACL_RENAME) {
                if (nvlist_alloc(&nvlist, NV_UNIQUE_NAME, 0) != 0) {
                        (void) no_memory(hdl);
-                       return (NULL);
+                       return (-1);
                }
        }