From: Neil Brown Date: Thu, 29 Mar 2007 03:07:48 +0000 (+1000) Subject: statd - keep persistent state in sm/* files. X-Git-Tag: nfs-utils-1-1-0-rc1~15 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=7b01c4762ae242d2114cc6a59994f678b7d253fc;hp=7b01c4762ae242d2114cc6a59994f678b7d253fc;ds=sidebyside statd - keep persistent state in sm/* files. If statd dies and is restarted, it forgets what peers the kernel is interested in monitoring, and so will not forward NOTIFY requests properly. With this patch the required information is recorded in the files in /var/lib/nfs/sm/* so that a kill/restart does what you might hope. Signed-off-by: Neil Brown ---