From: Jeff Layton Date: Fri, 12 Sep 2014 20:40:20 +0000 (-0400) Subject: lockd: move lockd's grace period handling into its own module X-Git-Tag: fixes-for-v3.18-merge-window~9^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7790029655f79cdcee4fa7c7884e0c2795ebebe;p=pandora-kernel.git lockd: move lockd's grace period handling into its own module Currently, all of the grace period handling is part of lockd. Eventually though we'd like to be able to build v4-only servers, at which point we'll need to put all of this elsewhere. Move the code itself into fs/nfs_common and have it build a grace.ko module. Then, rejigger the Kconfig options so that both nfsd and lockd enable it automatically. Signed-off-by: Jeff Layton --- Reading git-diff-tree failed