From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sukadev Bhattiprolu Subject: Re: [RFC v14-rc3][PATCH 14/36] c/r of restart-blocks: export functionality used in next patch Date: Wed, 15 Apr 2009 22:00:44 -0700 Message-ID: <20090416050044.GA14934@us.ibm.com> References: <1239107264-21775-1-git-send-email-orenl@cs.columbia.edu> <1239107264-21775-15-git-send-email-orenl@cs.columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1239107264-21775-15-git-send-email-orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Dave Hansen List-Id: containers.vger.kernel.org | diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c | index 052ec4d..a734f4e 100644 | --- a/kernel/posix-timers.c | +++ b/kernel/posix-timers.c | @@ -205,7 +205,7 @@ static int no_timer_create(struct k_itimer *new_timer) | /* | * Return nonzero if we know a priori this clockid_t value is bogus. | */ | -static inline int invalid_clockid(const clockid_t which_clock) | +inline int invalid_clockid(const clockid_t which_clock) s/inline// or move function to include/linux/posix-timers.h ?