s3: Pass smb_filename through the set_offline vfs op
[kai/samba.git] / source3 / modules / vfs_onefs_shadow_copy.c
index a6681c0ab4f2936cfee46cf1ee9670f4111f1adf..9011f6da77ff6231b79d85203844c32e817747f2 100644 (file)
@@ -645,8 +645,9 @@ onefs_shadow_copy_is_offline(struct vfs_handle_struct *handle,
 
 static int
 onefs_shadow_copy_set_offline(struct vfs_handle_struct *handle,
-                             const char *path)
+                              const struct smb_filename *fname)
 {
+#error Isilon, please convert "char *path" to "struct smb_fname *fname"
        SHADOW_NEXT(SET_OFFLINE,
                    (handle, cpath ?: path),
                    int);