Re: [PATCH v2 13/24] dyndbg: combine flags & mask into a struct, use that

2020-06-16 Thread Petr Mladek
On Mon 2020-06-15 23:47:26, jim.cro...@gmail.com wrote: > On Mon, Jun 15, 2020 at 9:14 AM Petr Mladek wrote: > > > > On Sat 2020-06-13 09:57:27, Jim Cromie wrote: > > > combine flags & mask into a struct, and replace those 2 parameters in > > > 3 functions: ddebug_change, ddebug_parse_flags, ddebu

Re: [PATCH v2 13/24] dyndbg: combine flags & mask into a struct, use that

2020-06-15 Thread jim . cromie
On Mon, Jun 15, 2020 at 9:14 AM Petr Mladek wrote: > > On Sat 2020-06-13 09:57:27, Jim Cromie wrote: > > combine flags & mask into a struct, and replace those 2 parameters in > > 3 functions: ddebug_change, ddebug_parse_flags, ddebug_read_flags, > > altering the derefs in them accordingly. > > > >

Re: [PATCH v2 13/24] dyndbg: combine flags & mask into a struct, use that

2020-06-15 Thread Petr Mladek
On Sat 2020-06-13 09:57:27, Jim Cromie wrote: > combine flags & mask into a struct, and replace those 2 parameters in > 3 functions: ddebug_change, ddebug_parse_flags, ddebug_read_flags, > altering the derefs in them accordingly. > > This simplifies the 3 function sigs, preparing for more changes.