[PATCH 4/7] cifs: use workqueue instead of slow-work

2010-07-21 Thread Steve French
On Tue, Jul 20, 2010 at 3:34 PM, Tejun Heo wrote: > Workqueue can now handle high concurrency. ?Use system_nrt_wq > instead of slow-work. > > * Updated is_valid_oplock_break() to not call cifs_oplock_break_put() > ?as advised by Steve French. ?It might cause deadlock. ?Instead,

Re: [PATCH 4/7] cifs: use workqueue instead of slow-work

2010-07-21 Thread Steve French
On Tue, Jul 20, 2010 at 3:34 PM, Tejun Heo wrote: > Workqueue can now handle high concurrency.  Use system_nrt_wq > instead of slow-work. > > * Updated is_valid_oplock_break() to not call cifs_oplock_break_put() >  as advised by Steve French.  It might cause deadlock.  Instead,