From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Leon Woestenberg" Subject: Re: [PATCH -rt] Add schedule_work_prio() and queue_work_prio(). Date: Mon, 30 Jun 2008 18:38:21 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: RT To: "Steven Rostedt" Return-path: Received: from an-out-0708.google.com ([209.85.132.245]:17548 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752954AbYF3QiW (ORCPT ); Mon, 30 Jun 2008 12:38:22 -0400 Received: by an-out-0708.google.com with SMTP id d40so313816and.103 for ; Mon, 30 Jun 2008 09:38:21 -0700 (PDT) In-Reply-To: Content-Disposition: inline Sender: linux-rt-users-owner@vger.kernel.org List-ID: Steven, On Mon, Jun 30, 2008 at 2:47 PM, Steven Rostedt wrote: > On Sat, 28 Jun 2008, Leon Woestenberg wrote: >> Against 2.6.25.8-rt7, only compile tested. >> >> +int queue_work_prio(struct workqueue_struct *wq, struct work_struct >> *work, int prio) >> { >> int ret = 0, cpu = raw_smp_processor_id(); >> >> @@ -184,6 +185,25 @@ >> } >> return ret; >> } >> +EXPORT_SYMBOL_GPL(queue_work_prio); > > This function doesn't look like it does anything with the new "prio" > field. > I have submitted a newer patch in a seperate email that fixes this. Regards, -- Leon