From: Bryan Schumaker Date: Thu, 29 Nov 2012 16:40:39 +0000 (-0500) Subject: NFSD: Clean up forgetting clients X-Git-Tag: v3.8-rc1~20^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e34da60b24ca14666534b61cc9579aa4e1eac5;p=pandora-kernel.git NFSD: Clean up forgetting clients I added in a generic for-each loop that takes a pass over the client_lru list for the current net namespace and calls some function. The next few patches will update other operations to use this function as well. A value of 0 still means "forget everything that is found". Signed-off-by: Bryan Schumaker Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed