From 30dc7537d64c7e4d9dd365e2d5077e77c4211f4c Mon Sep 17 00:00:00 2001 From: Jeff Liu Date: Thu, 7 Jun 2012 15:44:32 +0800 Subject: [PATCH] --- yaml --- r: 319826 b: refs/heads/master c: 0f2cf9d3d917b269645902506adaa4ff92b5e506 h: refs/heads/master 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 8e28da188300..dff1fec0b827 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d0fa3ecba2f12ceef93fffe615e5dd9b50bb794 +refs/heads/master: 0f2cf9d3d917b269645902506adaa4ff92b5e506 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;