On Fri, Dec 16, 2016 at 03:41:13PM +1100, Dave Chinner wrote: > From: Dave Chinner <dchinner@xxxxxxxxxx> > > The generic "help" and "quit" commands have different methods of > skipping user provided command check functions that may prevent them > from running. xfs_quota use CMD_ALL_FSTYPES and xfs_io uses > CMD_FLAG_ONESHOT. Add a new CMD_FLAG_LIBRARY to indicate commands > that should not be checked against application specific check > functions so they are always present and can be run regardless of > the context in which they are run. > > This gets rid of the CMD_ALL_FSTYPES flag, and enables us to remove > the ONESHOT check in xfs_io so we use only app specific flags for > determining if app commands should run or not. This should also remove the defintion of CMD_ALL_FSTYPES from init.h. Except for that it looks fine to me: Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- 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