[PATCH v2 22/24] lock_any_ref_for_update(): inline function

2014-12-12 Thread Michael Haggerty
Inline the function at its one remaining caller (which is within refs.c) and remove it. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- refs.c | 9 + refs.h | 9 + 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/refs.c b/refs.c index 618ef9c..166c0f6

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

2014-12-12 Thread Stefan Beller
On Fri, Dec 12, 2014 at 12:57 AM, Michael Haggerty mhag...@alum.mit.edu wrote: Inline the function at its one remaining caller (which is within refs.c) and remove it. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu Reviewed-by: Stefan Beller sbel...@google.com --- refs.c | 9 +