Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

Previous thread: [patch 0/4] ticket spinlocks for x86 by Nick Piggin on Thursday, November 1, 2007 - 10:01 am. (29 messages)

Next thread: [patch] PID namespace design bug, workaround by Ingo Molnar on Thursday, November 1, 2007 - 10:43 am. (41 messages)
To: Fengguang Wu <wfg@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>, Peter Zijlstra <peterz@...>
Date: Thursday, November 1, 2007 - 10:14 am

I noticed it with the kernel in the $SUBJECT, as reported by 'git
describe'. I have pulled in new changesets since then.

florin

--=20
Bruce Schneier expects the Spanish Inquisition.
http://geekz.co.uk/schneierfacts/fact/163

To: Florin Iucha <florin@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>, Peter Zijlstra <peterz@...>
Date: Thursday, November 1, 2007 - 9:33 pm

And with the following patch applied?

---
fs/reiserfs/stree.c | 3 ---
1 file changed, 3 deletions(-)

--- linux-2.6.24-git17.orig/fs/reiserfs/stree.c
+++ linux-2.6.24-git17/fs/reiserfs/stree.c
@@ -1458,9 +1458,6 @@ static void unmap_buffers(struct page *p
}
bh = next;
} while (bh != head);
- if (PAGE_SIZE == bh->b_size) {
- cancel_dirty_page(page, PAGE_CACHE_SIZE);
- }
}
}
}

-

Previous thread: [patch 0/4] ticket spinlocks for x86 by Nick Piggin on Thursday, November 1, 2007 - 10:01 am. (29 messages)

Next thread: [patch] PID namespace design bug, workaround by Ingo Molnar on Thursday, November 1, 2007 - 10:43 am. (41 messages)