From: Vincent Stehlé Date: Mon, 21 Jul 2014 21:47:36 +0000 (+0200) Subject: cifs: remove unused function cifs_oplock_break_wait X-Git-Tag: omap-for-v3.17/fixes-against-rc2~33^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91259f3c72648976511b1600f983d202dda1af1;p=pandora-kernel.git 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é Cc: Steve French Signed-off-by: Steve French --- Reading git-diff-tree failed