From: Jeff Layton Date: Mon, 8 Jun 2015 19:09:54 +0000 (-0700) Subject: nfsd/sunrpc: move pool_mode definitions into svc.h X-Git-Tag: omap-for-v4.3/fixes-rc1~85^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d70bc0c67c7aaf0d00084b2f91b44fe1a8ae4e15;p=pandora-kernel.git nfsd/sunrpc: move pool_mode definitions into svc.h In later patches, we're going to need to allow code external to svc.c to figure out what pool_mode is in use. Move these definitions into svc.h to prepare for that. Also, make the svc_pool_map object available and exported so that other modules can peek in there to get insight into what pool mode is in use. Likewise, export svc_pool_map_get/put function to make it safe to do so. Signed-off-by: Shirley Ma Acked-by: Jeff Layton Tested-by: Shirley Ma Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed