[CIFS] Fix suspend/resume problem which causes EIO on subsequent access to
the mount. Signed-off-by: Pavel Machek <pavel@suse.de> Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:

committed by
Steve French

parent
6344a423e5
commit
0fd1ffe063
@@ -905,7 +905,7 @@ static int cifs_dnotify_thread(void * dummyarg)
|
||||
struct cifsSesInfo *ses;
|
||||
|
||||
do {
|
||||
if(try_to_freeze())
|
||||
if (try_to_freeze())
|
||||
continue;
|
||||
set_current_state(TASK_INTERRUPTIBLE);
|
||||
schedule_timeout(15*HZ);
|
||||
|
Reference in New Issue
Block a user