From: Christoph Hellwig Date: Thu, 19 Jan 2006 01:43:52 +0000 (-0800) Subject: [PATCH] exportfs: add find_acceptable_alias helper X-Git-Tag: v2.6.16-rc2~278 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2f99018eb7b29954747a2dd78e9fc0c36a60f0f;p=pandora-kernel.git [PATCH] exportfs: add find_acceptable_alias helper find_exported_dentry contains two duplicate loops to find an alias that the acceptable callback likes. Split this out to a new helper and switch from list_for_each to list_for_each_entry to make it more readable. Signed-off-by: Christoph Hellwig Acked-by: NeilBrown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed