Re: [PATCH v2 05/11] ref-filter: skip deref specifier in match_atom_name()

2015-12-18 Thread Karthik Nayak
On Thu, Dec 17, 2015 at 2:41 AM, Eric Sunshine wrote: > On Wed, Dec 16, 2015 at 10:29 AM, Karthik Nayak wrote: >> In upcoming patches we make calls to match_atom_name() with the '*' >> deref specifier still attached to the atom name. This causes >>

Re: [PATCH v2 05/11] ref-filter: skip deref specifier in match_atom_name()

2015-12-16 Thread Eric Sunshine
On Wed, Dec 16, 2015 at 10:29 AM, Karthik Nayak wrote: > In upcoming patches we make calls to match_atom_name() with the '*' > deref specifier still attached to the atom name. This causes > undesirable errors, hence, if present skip over the '*' deref > specifier in the

[PATCH v2 05/11] ref-filter: skip deref specifier in match_atom_name()

2015-12-16 Thread Karthik Nayak
In upcoming patches we make calls to match_atom_name() with the '*' deref specifier still attached to the atom name. This causes undesirable errors, hence, if present skip over the '*' deref specifier in the atom name. Signed-off-by: Karthik Nayak --- ref-filter.c | 4