From: Jeff Layton Date: Wed, 30 Jul 2014 12:27:20 +0000 (-0400) Subject: nfsd: add a list_head arg to nfsd_foreach_client_lock X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3738d50e7f6d04dd58d219cf9111bf927c17c6f2;p=pandora-kernel.git nfsd: add a list_head arg to nfsd_foreach_client_lock In a later patch, we'll want to collect the locks onto a list for later destruction. If "func" is defined and "collect" is defined, then we'll add the lock stateid to the list. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed