Whamcloud - gitweb
LU-11849 utils: fix to make exclude projid works
[fs/lustre-release.git] / lustre / utils / liblustreapi.c
index ea286c3..426f8e7 100644 (file)
@@ -4293,7 +4293,7 @@ obd_matches:
                if (ret)
                        goto out;
                if (projid == param->fp_projid) {
-                       if (param->fp_exclude_uid)
+                       if (param->fp_exclude_projid)
                                goto decided;
                } else {
                        if (!param->fp_exclude_projid)