]> git.baikalelectronics.ru Git - kernel.git/commit
WorkStruct: Typedef the work function prototype
authorDavid Howells <dhowells@redhat.com>
Wed, 22 Nov 2006 14:54:45 +0000 (14:54 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 22 Nov 2006 14:54:45 +0000 (14:54 +0000)
commit05be40cdea1909c42048e408d322652227507518
treeebf48d3bb43c8dbf65d2653b8810973e69d3517e
parentfbb052e52b23e9d9cc588f2326f9fbe0800030c0
WorkStruct: Typedef the work function prototype

Define a type for the work function prototype.  It's not only kept in the
work_struct struct, it's also passed as an argument to several functions.

This makes it easier to change it.

Signed-Off-By: David Howells <dhowells@redhat.com>
drivers/block/floppy.c
include/linux/workqueue.h
kernel/workqueue.c