userlibandfileserver/fileserver/shostmassstorage/server/controller/cusbhostmsdevice.cpp
--- a/userlibandfileserver/fileserver/shostmassstorage/server/controller/cusbhostmsdevice.cpp Wed Sep 15 13:42:27 2010 +0300
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/controller/cusbhostmsdevice.cpp Wed Oct 13 16:04:24 2010 +0300
@@ -160,12 +160,7 @@
void CUsbHostMsDevice::SuspendLunL(TLun aLun)
{
__MSFNLOG
- if (IsSuspended())
- {
- return;
- }
-
- iLuList.GetLuL(aLun).ReadyToSuspend();
+ iLuList.GetLuL(aLun).ReadyToSuspend();
// check whether all the luns are suspended, if so then request usb
// interface suspension to the transport layer