zfsacl: return is not a function.
authorMichael Adam <obnox@samba.org>
Tue, 25 Nov 2008 14:23:31 +0000 (15:23 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 25 Nov 2008 14:23:31 +0000 (15:23 +0100)
Michael

source/modules/vfs_zfsacl.c

index f4b0ddd6f99dbb131ea230872a3269cb8491f9c8..b44ac48b2137d8492649e753b562dfb78927d627 100644 (file)
@@ -269,20 +269,20 @@ int zfsacl_fail__sys_acl_set_file(vfs_handle_struct *handle,
                                  SMB_ACL_TYPE_T type,
                                  SMB_ACL_T theacl)
 {
-       return(-1);
+       return -1;
 }
 
 int zfsacl_fail__sys_acl_set_fd(vfs_handle_struct *handle,
                                files_struct *fsp,
                                int fd, SMB_ACL_T theacl)
 {
-       return(-1);
+       return -1;
 }
 
 int zfsacl_fail__sys_acl_delete_def_file(vfs_handle_struct *handle,
                                         const char *path)
 {
-       return(-1);
+       return -1;
 }
 
 /* VFS operations structure */