Re: + oom-move-constraints-to-enum.patch added to -mm tree

2007-09-21 Thread David Rientjes
On Sat, 22 Sep 2007, Alexey Dobriyan wrote: > On Fri, Sep 21, 2007 at 02:10:57AM -0700, [EMAIL PROTECTED] wrote: > > The OOM killer's CONSTRAINT definitions are really more appropriate in an > > enum, so define them in include/linux/oom.h. > > OK with enum, but this series do not bring user outsi

Re: + oom-move-constraints-to-enum.patch added to -mm tree

2007-09-21 Thread Alexey Dobriyan
On Fri, Sep 21, 2007 at 02:10:57AM -0700, [EMAIL PROTECTED] wrote: > The OOM killer's CONSTRAINT definitions are really more appropriate in an > enum, so define them in include/linux/oom.h. OK with enum, but this series do not bring user outside of mm/oom_kill.c, so why move them to header. > ---