Re: [PATCH 22/23] lock_any_ref_for_update(): inline function

2014-12-10 Thread Michael Haggerty
On 12/09/2014 12:34 AM, Stefan Beller wrote: > On Fri, Dec 05, 2014 at 12:08:34AM +0100, Michael Haggerty wrote: >> From: Ronnie Sahlberg >> >> Inline the function at its one remaining caller (which is within >> refs.c) and remove it. >> > > >> Signed-off-by: Michael Haggerty > > It's original

Re: [PATCH 22/23] lock_any_ref_for_update(): inline function

2014-12-08 Thread Stefan Beller
On Fri, Dec 05, 2014 at 12:08:34AM +0100, Michael Haggerty wrote: > From: Ronnie Sahlberg > > Inline the function at its one remaining caller (which is within > refs.c) and remove it. > > Signed-off-by: Michael Haggerty It's originally from Ronnie, but his sign off is missing? If that sign

[PATCH 22/23] lock_any_ref_for_update(): inline function

2014-12-04 Thread Michael Haggerty
From: Ronnie Sahlberg Inline the function at its one remaining caller (which is within refs.c) and remove it. Signed-off-by: Michael Haggerty --- refs.c | 9 + refs.h | 9 + 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/refs.c b/refs.c index c6ee775..f3564cf 1