Ishai> It is nicer to perform the init_work just before the call Ishai> to schedule_work. I disagree... it seems cleaner to initialize the work structure only once, instead of redoing it every time we schedule it. - R.