Whamcloud - gitweb
LU-9771 flr: lfs setstripe to create a new mirror
[fs/lustre-release.git] / lustre / lod / lod_qos.c
index fbb8111..01beb59 100644 (file)
@@ -1847,7 +1847,7 @@ int lod_qos_parse_config(const struct lu_env *env, struct lod_object *lo,
        if (buf == NULL || buf->lb_buf == NULL || buf->lb_len == 0)
                RETURN(0);
 
-       rc = lod_verify_striping(d, buf, false, 0);
+       rc = lod_verify_striping(d, lo, buf, false);
        if (rc)
                RETURN(-EINVAL);