cifs: remove unused function cifs_oplock_break_wait
authorVincent Stehlé <vincent.stehle@laposte.net>
Mon, 21 Jul 2014 21:47:36 +0000 (23:47 +0200)
committerSteve French <smfrench@gmail.com>
Mon, 11 Aug 2014 06:31:03 +0000 (01:31 -0500)
commite91259f3c72648976511b1600f983d202dda1af1
tree6c3d4f4b5153d4d666c94b4ea00ebde379082426
parentc8d6637d0497d62093dbba0694c7b3a80b79bfe1
cifs: remove unused function cifs_oplock_break_wait

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 used [-Wunused-function]

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Cc: Steve French <sfrench@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/misc.c