On Fri, Dec 01, 2017 at 10:06:51AM -0600, Eric Sandeen wrote: > > > 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. It means "things that aren't fs, ag, or inode metadata" which at this point only encompasses the probe command. --D > -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 -- 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