mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 13:41:27 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user