Added missing sparse annotations to scst_process_sysfs_works().

(Merged r2723 from the ibmvstgt-port branch.)


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2729 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-11-17 13:56:56 +00:00
parent 30e14c9e7c
commit 479a519d11

View File

@@ -319,6 +319,8 @@ EXPORT_SYMBOL(scst_sysfs_queue_wait_work);
/* Called under sysfs_work_lock and drops/reacquire it inside */
static void scst_process_sysfs_works(void)
__releases(&sysfs_work_lock)
__acquires(&sysfs_work_lock)
{
struct scst_sysfs_work_item *work;