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-- 2.6 KB
Makefile -rw-r--r-- 496 bytes
affinity.c -rw-r--r-- 3.7 KB
autoprobe.c -rw-r--r-- 4.5 KB
chip.c -rw-r--r-- 30.2 KB
cpuhotplug.c -rw-r--r-- 2.1 KB
debug.h -rw-r--r-- 1.2 KB
devres.c -rw-r--r-- 4.0 KB
dummychip.c -rw-r--r-- 1.3 KB
generic-chip.c -rw-r--r-- 15.7 KB
handle.c -rw-r--r-- 5.3 KB
internals.h -rw-r--r-- 6.9 KB
ipi.c -rw-r--r-- 9.2 KB
irqdesc.c -rw-r--r-- 21.0 KB
irqdomain.c -rw-r--r-- 40.0 KB
manage.c -rw-r--r-- 54.0 KB
migration.c -rw-r--r-- 2.0 KB
msi.c -rw-r--r-- 11.0 KB
pm.c -rw-r--r-- 5.1 KB
proc.c -rw-r--r-- 12.2 KB
resend.c -rw-r--r-- 2.4 KB
settings.h -rw-r--r-- 4.4 KB
spurious.c -rw-r--r-- 11.9 KB

back to top