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
kdb
Makefile -rw-r--r-- 122 bytes
debug_core.c -rw-r--r-- 25.3 KB
debug_core.h -rw-r--r-- 2.4 KB
gdbstub.c -rw-r--r-- 25.5 KB

back to top