LOCKD: Fix a race when initialising nlmsvc_timeout
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 2 Jan 2015 20:05:25 +0000 (15:05 -0500)
committerJiri Slaby <jslaby@suse.cz>
Thu, 29 Jan 2015 14:44:48 +0000 (15:44 +0100)
commitb745a867f00067b81579ec373f71224401eeebc2
tree41e15e621ab67be4438e6bb14f9df2d66adf990d
parentf465346bc77a7c444f6c83b789fae23df454322f
LOCKD: Fix a race when initialising nlmsvc_timeout

commit 06bed7d18c2c07b3e3eeadf4bd357f6e806618cc 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: 9a1b6bf818e74 ("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: Jiri Slaby <jslaby@suse.cz>
fs/lockd/svc.c