[PATCH 7/7] xfs: Don't use PF_MEMALLOC
KOSAKI Motohiro
kosaki.motohiro at jp.fujitsu.com
Tue Nov 17 01:23:43 CST 2009
Non MM subsystem must not use PF_MEMALLOC. Memory reclaim need few
memory, anyone must not prevent it. Otherwise the system cause
mysterious hang-up and/or OOM Killer invokation.
Cc: Christoph Hellwig <hch at infradead.org>
Cc: linux-fsdevel at vger.kernel.org
Cc: xfs-masters at oss.sgi.com
Cc: xfs at oss.sgi.com
Signed-off-by: KOSAKI Motohiro <kosaki.motohiro at jp.fujitsu.com>
---
fs/xfs/linux-2.6/xfs_buf.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c
index 965df12..b9a06fc 100644
--- a/fs/xfs/linux-2.6/xfs_buf.c
+++ b/fs/xfs/linux-2.6/xfs_buf.c
@@ -1724,8 +1724,6 @@ xfsbufd(
int count;
xfs_buf_t *bp;
- current->flags |= PF_MEMALLOC;
-
set_freezable();
do {
--
1.6.2.5
More information about the xfs
mailing list