On 11/17/17 1:57 PM, Darrick J. Wong wrote: > +/* Type info and names for the scrub types. */ > +enum scrub_type { > + ST_NONE, /* disabled */ > + ST_PERAG, /* per-AG metadata */ > + ST_FS, /* per-FS metadata */ > + ST_INODE, /* per-inode metadata */ > +}; Actually, I'm a little confused by this, what is ST_NONE intended to be used for? You have it for probe, but that sounds more like an ST_FS fs-wide action. -Eric -- 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