goto decided;
}
- /* Check the time on mds. */
- if (!decision) {
- int for_mds;
-
- for_mds = lustre_fs ? (S_ISREG(st->st_mode) &&
- param->lmd->lmd_lmm.lmm_stripe_count)
- : 0;
- decision = find_time_check(st, param, for_mds);
- if (decision == -1)
- goto decided;
- }
-
/* See if we can check the file type from the dirent. */
if (param->type && de != NULL && de->d_type != DT_UNKNOWN &&
de->d_type <= DT_MAX) {
}
}
+ /* Check the time on mds. */
+ if (!decision) {
+ int for_mds;
+
+ for_mds = lustre_fs ? (S_ISREG(st->st_mode) &&
+ param->lmd->lmd_lmm.lmm_stripe_count)
+ : 0;
+ decision = find_time_check(st, param, for_mds);
+ if (decision == -1)
+ goto decided;
+ }
+
if (param->type && !checked_type) {
if ((st->st_mode & S_IFMT) == param->type) {
if (param->exclude_type)