From 4fb5367ee4bd8369a99e6a735d86559c86efe75d Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sat, 18 Jul 2009 18:14:55 -0400 Subject: [PATCH] --- yaml --- r: 162756 b: refs/heads/master c: 0043dd88af762d3a9154317d351400b5b941ec8d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_da_btree.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ff7e04466632..52ac7b93d9f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ec2b8a777d6ac5464a836b3c5520b1a5190194c +refs/heads/master: 0043dd88af762d3a9154317d351400b5b941ec8d diff --git a/trunk/fs/xfs/xfs_da_btree.c b/trunk/fs/xfs/xfs_da_btree.c index 9ff6e57a5075..bd0bb6dfcdfa 100644 --- a/trunk/fs/xfs/xfs_da_btree.c +++ b/trunk/fs/xfs/xfs_da_btree.c @@ -2201,7 +2201,7 @@ kmem_zone_t *xfs_dabuf_zone; /* dabuf zone */ xfs_da_state_t * xfs_da_state_alloc(void) { - return kmem_zone_zalloc(xfs_da_state_zone, KM_SLEEP); + return kmem_zone_zalloc(xfs_da_state_zone, KM_NOFS); } /*