[DRBD-cvs] svn commit by lars - r2111 - branches/drbd-0.7/drbd -
maybe that's what deadlocks the stress test of Frank?
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Sat Mar 11 16:59:28 CET 2006
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: lars
Date: 2006-03-11 16:59:27 +0100 (Sat, 11 Mar 2006)
New Revision: 2111
Modified:
branches/drbd-0.7/drbd/drbd_actlog.c
Log:
maybe that's what deadlocks the stress test of Frank?
Modified: branches/drbd-0.7/drbd/drbd_actlog.c
===================================================================
--- branches/drbd-0.7/drbd/drbd_actlog.c 2006-03-10 11:07:46 UTC (rev 2110)
+++ branches/drbd-0.7/drbd/drbd_actlog.c 2006-03-11 15:59:27 UTC (rev 2111)
@@ -64,7 +64,7 @@
STATIC int _drbd_md_sync_page_io(drbd_dev *mdev, struct page *page,
sector_t sector, int rw, int size)
{
- struct bio *bio = bio_alloc(GFP_KERNEL, 1);
+ struct bio *bio = bio_alloc(GFP_NOIO, 1);
struct completion event;
int ok;
More information about the drbd-cvs
mailing list