From 4ddb7240627c61e9455f142913b90e0062087a3f Mon Sep 17 00:00:00 2001 From: Jeff Liu Date: Thu, 7 Jun 2012 15:44:32 +0800 Subject: [PATCH] --- yaml --- r: 311201 b: refs/heads/master c: 3b876c8f2a361ceeed3fed894980c69066f903a0 h: refs/heads/master i: 311199: 7322a3e979b57d8a6fa7c2c6a533a36a40da84c7 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_alloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a80eed865e95..2af10bc4ba35 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 66f9311381b4772003d595fb6c518f1647450db0 +refs/heads/master: 3b876c8f2a361ceeed3fed894980c69066f903a0 diff --git a/trunk/fs/xfs/xfs_alloc.c b/trunk/fs/xfs/xfs_alloc.c index 229641fb8e67..a996e398692b 100644 --- a/trunk/fs/xfs/xfs_alloc.c +++ b/trunk/fs/xfs/xfs_alloc.c @@ -2441,7 +2441,7 @@ xfs_alloc_vextent( DECLARE_COMPLETION_ONSTACK(done); args->done = &done; - INIT_WORK(&args->work, xfs_alloc_vextent_worker); + INIT_WORK_ONSTACK(&args->work, xfs_alloc_vextent_worker); queue_work(xfs_alloc_wq, &args->work); wait_for_completion(&done); return args->result;