linux/fs/lockd
Trond Myklebust 7055233b96 LOCKD: Fix a race when initialising nlmsvc_timeout
commit 06bed7d18c upstream.

This commit fixes a race whereby nlmclnt_init() first starts the lockd
daemon, and then calls nlm_bind_host() with the expectation that
nlmsvc_timeout has already been initialised. Unfortunately, there is no
no synchronisation between lockd() and lockd_up() to guarantee that this
is the case.

Fix is to move the initialisation of nlmsvc_timeout into lockd_create_svc

Fixes: 9a1b6bf818 ("LOCKD: Don't call utsname()->nodename...")
Cc: Bruce Fields <bfields@fieldses.org>
Cc: stable@vger.kernel.org # 3.10.x
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-01-27 08:18:58 -08:00
..
clnt4xdr.c
clntlock.c
clntproc.c
clntxdr.c
grace.c
host.c
Makefile
mon.c lockd: Try to reconnect if statd has moved 2014-11-14 08:59:44 -08:00
netns.h
svc4proc.c
svc.c LOCKD: Fix a race when initialising nlmsvc_timeout 2015-01-27 08:18:58 -08:00
svclock.c
svcproc.c
svcshare.c
svcsubs.c
xdr4.c
xdr.c