Hi,
Current INIT_WORK() macro takes just work_struct pointer and function pointer. 
In previous kernels there used to be a third parameter for data. 
Is there a proper way to set data in work_struct?


Thanks