From: Mike Snitzer Date: Tue, 16 Feb 2010 18:42:51 +0000 (+0000) Subject: dm snapshot: persistent annotate work_queue as on stack X-Git-Tag: v2.6.33~39^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f67f2dedec1e3049abc30b6d82b999a14cafb7;p=pandora-kernel.git dm snapshot: persistent annotate work_queue as on stack chunk_io() declares its 'struct mdata_req' on the stack and then initializes its 'struct work_struct' member. Annotate the initialization of this workqueue with INIT_WORK_ON_STACK to suppress a debugobjects warning seen when CONFIG_DEBUG_OBJECTS_WORK is enabled. Signed-off-by: Mike Snitzer Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed