linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Leon Woestenberg" <leon.woestenberg@gmail.com>
To: RT <linux-rt-users@vger.kernel.org>
Subject: Re: [PATCH -rt] Add schedule_work_prio() and queue_work_prio().
Date: Mon, 30 Jun 2008 11:18:56 +0200	[thread overview]
Message-ID: <c384c5ea0806300218u7b5050f0nb77f66f53f3dc364@mail.gmail.com> (raw)
In-Reply-To: <c384c5ea0806281023y6fcfb0f4o1a41aef3856bda9e@mail.gmail.com>

Please review the patch. I am especially interested if the analysis of
the problem it tries to solve is correct, and the approach taken.

Obviously the patch will not apply and my statement about
compile-tested was obviously false. (I wonder what I did compile
instead):

+int queue_work(struct workqueue_struct *wq, struct work_struct *work)
+{
+  return queue_work(struct workqueue_struct *wq, struct work_struct *work,
+    current->normal_prio);
+}

I am preparing a new patch, and testing this on the target were I saw
the problem, first. I'll follow-up with results and a new patch.

Regards,
--
Leon.

  reply	other threads:[~2008-06-30  9:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-28 17:23 [PATCH -rt] Add schedule_work_prio() and queue_work_prio() Leon Woestenberg
2008-06-30  9:18 ` Leon Woestenberg [this message]
2008-06-30 12:47 ` Steven Rostedt
2008-06-30 16:38   ` Leon Woestenberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c384c5ea0806300218u7b5050f0nb77f66f53f3dc364@mail.gmail.com \
    --to=leon.woestenberg@gmail.com \
    --cc=linux-rt-users@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).