[CIFS] remove unused funtion compile warning when experimental off
authorParag Warudkar <kernel-stuff@comcast.net>
Tue, 23 Oct 2007 18:09:48 +0000 (18:09 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 23 Oct 2007 18:09:48 +0000 (18:09 +0000)
commitc94897790e7c67dcfe3a0b6f035996398c268313
tree1e4cabdbcfc78f4734d4d23a46921945b8ee93eb
parent7efb35af738e96565934cc640d863eb18dba0206
[CIFS] remove unused funtion compile warning when experimental off

get rid of couple of unused function warnings which
show up when CONFIG_CIFS_EXPERIMENTAL is not defined - wrap them in
#ifdef CONFIG_CIFS_EXPERIMENTAL. Patch against current git.

Signed-off-by: Parag Warudkar <kernel-stuff@comcast.net>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifssmb.c