android_kernel_xiaomi_sm8350/fs/autofs4
Ian Kent 5a11d4d0ee autofs4: fix waitq locking
The autofs4_catatonic_mode() function accesses the wait queue without any
locking but can be called at any time.  This could lead to a possible
double free of the name field of the wait and a double fput of the daemon
communication pipe or an fput of a NULL file pointer.

Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-07-24 10:47:32 -07:00
..
autofs_i.h autofs4: use struct qstr in waitq.c 2008-07-24 10:47:32 -07:00
expire.c autofs: path_{get,put}() cleanups 2008-05-01 08:04:01 -07:00
init.c
inode.c autofs4: fix waitq locking 2008-07-24 10:47:32 -07:00
Makefile
root.c autofs4: use lookup intent flags to trigger mounts 2008-07-24 10:47:31 -07:00
symlink.c
waitq.c autofs4: fix waitq locking 2008-07-24 10:47:32 -07:00