On Tue, Feb 19, 2013 at 09:12:08PM +0000, Serge E. Hallyn wrote: > Quoting Aristeu Rozanski ([email protected]): > > + } else { > > + /* > > + * in the other possible cases: > > + * root's behavior: allow, devcg's: deny > > + * root's behavior: deny, devcg's: deny > > + * the exception will be removed > > + */ > > Technically this case isn't needed, right? Will the dev_exception_rm() > also be done by revalidate_active_exceptions()? So it's safe (but > not necessary) to drop the else here. Though the comment is very > informative, and it might be worth keeping the code as is for clarity.
that's correct, it'll end up being removed by revalidate_active_exceptions(). if others have no objection, I'll keep it Thanks for the reviews Serge, much appreciated -- Aristeu -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

