From: Olaf Kirch Date: Wed, 4 Oct 2006 09:15:51 +0000 (-0700) Subject: [PATCH] knfsd: hide use of lockd's h_monitored flag X-Git-Tag: v2.6.19-rc1~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=977faf392fc898407554bbe7338d57b29e3660cf;p=pandora-kernel.git [PATCH] knfsd: hide use of lockd's h_monitored flag This patch moves all checks of the h_monitored flag into the nsm_monitor/unmonitor functions. A subsequent patch will replace the mechanism by which we mark a host as being monitored. There is still one occurence of h_monitored outside of mon.c and that is in clntlock.c where we respond to a reboot. The subsequent patch will modify this too. Signed-off-by: Olaf Kirch Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed