On Tue, Oct 03, 2017 at 01:41:08PM -0700, Darrick J. Wong wrote: > +/* > + * Scrub probe -- userspace uses this to probe if we're willing to > + * scrub or repair a given mountpoint. > + */ > +int > +xfs_scrub_probe( > + struct xfs_scrub_context *sc) > +{ > + if (sc->sm->sm_ino || sc->sm->sm_agno) > + return -EINVAL; > + if (sc->sm->sm_gen & ~XFS_SCRUB_FLAGS_OUT) sm_flags? Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html