From eff32eb78a9a9eef9cead9e6f5bd505d3e1505db Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sat, 18 Jul 2009 18:14:55 -0400 Subject: [PATCH] --- yaml --- r: 156673 b: refs/heads/master c: f41d7fb9da05b604f8a69fb6cac2a0563c8ede4e h: refs/heads/master i: 156671: 4be62f6d72e4f397d3c25450b2f89580e868a005 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 2d0885ee18f6..88a6df0d3c38 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca35dcd6cae7d4a780c484c53f45548c4719f82c +refs/heads/master: f41d7fb9da05b604f8a69fb6cac2a0563c8ede4e 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); } /*