Revision f2cca6a7c99fdeadacd0bdc37d825c4bc2b03653 authored by Pavel Shilovsky on 08 October 2016, 00:26:36 UTC, committed by Steve French on 14 October 2016, 00:48:55 UTC
openFileList of tcon can be changed while cifs_reopen_file() is called
that can lead to an unexpected behavior when we return to the loop.
Fix this by introducing a temp list for keeping all file handles that
need to be reopen.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <smfrench@gmail.com>
1 parent 166cea4
History
File Mode Size
Kconfig -rw-r--r-- 10.6 KB
Makefile -rw-r--r-- 472 bytes
autosleep.c -rw-r--r-- 2.6 KB
console.c -rw-r--r-- 3.5 KB
hibernate.c -rw-r--r-- 27.7 KB
main.c -rw-r--r-- 15.4 KB
power.h -rw-r--r-- 8.6 KB
poweroff.c -rw-r--r-- 990 bytes
process.c -rw-r--r-- 5.4 KB
qos.c -rw-r--r-- 19.4 KB
snapshot.c -rw-r--r-- 71.6 KB
suspend.c -rw-r--r-- 13.5 KB
suspend_test.c -rw-r--r-- 5.7 KB
swap.c -rw-r--r-- 38.2 KB
user.c -rw-r--r-- 10.1 KB
wakelock.c -rw-r--r-- 5.7 KB

back to top