Re: [lttng-dev] [PATCH] Ensure that read-side functions meet 10-line LGPL criterion

2012-09-06 Thread Mathieu Desnoyers
* Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > On Mon, Sep 03, 2012 at 02:03:00PM -0400, Mathieu Desnoyers wrote: > > * Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > > > This commit ensures that all read-side functions meet the 10-line LGPL > > > criterion that permits them to be

Re: [lttng-dev] [PATCH] Ensure that read-side functions meet 10-line LGPL criterion

2012-09-04 Thread Paul E. McKenney
On Mon, Sep 03, 2012 at 02:03:00PM -0400, Mathieu Desnoyers wrote: > * Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > > This commit ensures that all read-side functions meet the 10-line LGPL > > criterion that permits them to be expanded directly into non-LGPL code, > > without function-cal

Re: [lttng-dev] [PATCH] Ensure that read-side functions meet 10-line LGPL criterion

2012-09-03 Thread Mathieu Desnoyers
* Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > This commit ensures that all read-side functions meet the 10-line LGPL > criterion that permits them to be expanded directly into non-LGPL code, > without function-call instructions. It also documents this as the intent. > > Signed-off-by:

[lttng-dev] [PATCH] Ensure that read-side functions meet 10-line LGPL criterion

2012-09-01 Thread Paul E. McKenney
This commit ensures that all read-side functions meet the 10-line LGPL criterion that permits them to be expanded directly into non-LGPL code, without function-call instructions. It also documents this as the intent. Signed-off-by: Paul E. McKenney diff --git a/urcu/static/urcu-bp.h b/urcu/stat