Re: [PATCH linux-next] cifs: remove unused function cifs_oplock_break_wait

2014-08-10 Thread Steve French
merged into cifs-2.6.git for-next On Mon, Jul 21, 2014 at 4:47 PM, Vincent Stehlé wrote: > Commit 743162013d40 ("sched: Remove proliferation of wait_on_bit() action > functions") has removed the call to cifs_oplock_break_wait, making this > function unused; remove it. > > This fixes the following

[PATCH linux-next] cifs: remove unused function cifs_oplock_break_wait

2014-07-21 Thread Vincent Stehlé
Commit 743162013d40 ("sched: Remove proliferation of wait_on_bit() action functions") has removed the call to cifs_oplock_break_wait, making this function unused; remove it. This fixes the following compilation warning: fs/cifs/misc.c:578:1: warning: ‘cifs_oplock_break_wait’ defined but not use