From: Trond Myklebust Date: Thu, 8 Oct 2009 15:50:55 +0000 (-0400) Subject: NFSv4: Kill nfs4_renewd_prepare_shutdown() X-Git-Tag: v2.6.32-rc4~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3050141bae57984dd660e6861632ccf9b8bca77e;p=pandora-kernel.git NFSv4: Kill nfs4_renewd_prepare_shutdown() The NFSv4 renew daemon is shared between all active super blocks that refer to a particular NFS server, so it is wrong to be shutting it down in nfs4_kill_super every time a super block is destroyed. This patch therefore kills nfs4_renewd_prepare_shutdown altogether, and leaves it up to nfs4_shutdown_client() to also shut down the renew daemon by means of the existing call to nfs4_kill_renewd(). Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed