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.1 KB
Makefile -rw-r--r-- 274 bytes
base.c -rw-r--r-- 3.8 KB
fs.c -rw-r--r-- 18.9 KB
gcc_3_4.c -rw-r--r-- 13.8 KB
gcc_4_7.c -rw-r--r-- 13.4 KB
gcov.h -rw-r--r-- 2.6 KB

back to top