From 8fe7b2d1e07e12dcce46611f4511ba4bb59f0eb3 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sat, 18 Jul 2009 18:14:56 -0400 Subject: [PATCH] --- yaml --- r: 162757 b: refs/heads/master c: eeb6f67ba1176a141b6802b2ec8505835482f631 h: refs/heads/master i: 162755: 34378bbb9cd1d7ad3c66a0e504ed492111a7b323 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_da_btree.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 52ac7b93d9f0..0ce88549dcc8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0043dd88af762d3a9154317d351400b5b941ec8d +refs/heads/master: eeb6f67ba1176a141b6802b2ec8505835482f631 diff --git a/trunk/fs/xfs/xfs_da_btree.c b/trunk/fs/xfs/xfs_da_btree.c index bd0bb6dfcdfa..2847bbc1c534 100644 --- a/trunk/fs/xfs/xfs_da_btree.c +++ b/trunk/fs/xfs/xfs_da_btree.c @@ -2261,9 +2261,9 @@ xfs_da_buf_make(int nbuf, xfs_buf_t **bps, inst_t *ra) int off; if (nbuf == 1) - dabuf = kmem_zone_alloc(xfs_dabuf_zone, KM_SLEEP); + dabuf = kmem_zone_alloc(xfs_dabuf_zone, KM_NOFS); else - dabuf = kmem_alloc(XFS_DA_BUF_SIZE(nbuf), KM_SLEEP); + dabuf = kmem_alloc(XFS_DA_BUF_SIZE(nbuf), KM_NOFS); dabuf->dirty = 0; #ifdef XFS_DABUF_DEBUG dabuf->ra = ra;