mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: arjanv@redhat.com
Cc: alan@redhat.com, greg@kroah.com, linux-kernel@vger.kernel.org,
	zaitcev@redhat.com, riel@redhat.com, sct@redhat.com
Subject: PF_MEMALLOC in 2.6
Date: Wed, 18 Aug 2004 23:55:23 -0700	[thread overview]
Message-ID: <20040818235523.383737cd@lembas.zaitcev.lan> (raw)

The PF_MEMALLOC is required on usb-storage threads in 2.4, because ext3
will deadlock and otherwise misbehave when it's trying to write out
dirty pages under memory pressure.

I received a bug report today from an FC3T1 user with same symptoms
as 2.4. But I'm entirely clueless in the way VM operates. Comments?

-- Pete

--- linux-2.6.8-rc4-mm1/drivers/usb/storage/usb.c	2004-08-16 12:13:06.000000000 -0700
+++ linux-2.6.8-rc4-mm1-ub/drivers/usb/storage/usb.c	2004-08-18 23:48:09.335107648 -0700
@@ -285,7 +285,7 @@ static int usb_stor_control_thread(void 
 	 */
 	daemonize("usb-storage");
 
-	current->flags |= PF_NOFREEZE;
+	current->flags |= PF_NOFREEZE|PF_MEMALLOC;
 
 	unlock_kernel();
 

             reply	other threads:[~2004-08-19  6:55 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-19  6:55 Pete Zaitcev [this message]
2004-08-19  6:59 ` William Lee Irwin III
2004-08-19  8:46 ` Stephen C. Tweedie
2004-08-19  8:59 ` Oliver Neukum
2004-08-19 12:41 ` Hugh Dickins
2004-08-19 18:25   ` Oliver Neukum
2004-08-20  2:37     ` Nick Piggin
2004-08-20  7:56       ` Oliver Neukum
2004-08-20  8:06         ` Nick Piggin
2004-08-20  8:40           ` Pete Zaitcev
2004-08-20 14:50             ` Oliver Neukum
2004-08-20 15:02               ` Alan Cox
2004-08-20 16:04                 ` Rik van Riel
2004-08-20 16:06                   ` Arjan van de Ven
2004-08-20 16:10                     ` Alan Cox
2004-08-20 16:14                       ` Rik van Riel
2004-08-21  2:03                 ` Nick Piggin
2004-08-20  8:52           ` Oliver Neukum
2004-08-20  9:06             ` Nick Piggin
2004-08-26 21:16             ` Zephaniah E. Hull
2004-08-26 22:04               ` Oliver Neukum
     [not found]                 ` <20040827032554.GB30820@babylon.d2dc.net>
2004-08-27  9:15                   ` Oliver Neukum
2004-08-26 23:41               ` Mikulas Patocka
2004-08-20 10:31   ` Stephen C. Tweedie
2004-08-20 15:34     ` Oliver Neukum

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=20040818235523.383737cd@lembas.zaitcev.lan \
    --to=zaitcev@redhat.com \
    --cc=alan@redhat.com \
    --cc=arjanv@redhat.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=riel@redhat.com \
    --cc=sct@redhat.com \
    /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

all inboxes | Powered by JetHome®