From: Bryan Schumaker Date: Thu, 29 Nov 2012 16:40:43 +0000 (-0500) Subject: NFSD: Fault injection operations take a per-client forget function X-Git-Tag: v3.8-rc1~20^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce54e0d82730ece61737c9fd7b61b28ab8c3390;p=pandora-kernel.git NFSD: Fault injection operations take a per-client forget function The eventual goal is to forget state based on ip address, so it makes sense to call this function in a for-each-client loop until the correct amount of state is forgotten. I also use this patch as an opportunity to rename the forget function from "func()" to "forget()". Signed-off-by: Bryan Schumaker Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed