That constant is set to 200 seconds and is already check in probe_all().
It essentially controls how often blkid_probe_all can do a full cache
revalidation. Since blkid_verify is called from within probe_all() iff at least
BLKID_PROBE_INTERVAL seconds have elapsed it makes no sense to check this value
in blkid_verify.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
st.st_mtime <= dev->bid_time &&
#endif
(diff < BLKID_PROBE_MIN ||
- (dev->bid_flags & BLKID_BID_FL_VERIFIED &&
- diff < BLKID_PROBE_INTERVAL)))
+ dev->bid_flags & BLKID_BID_FL_VERIFIED))
return dev;
#ifndef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC