From: Christoph Hellwig Date: Tue, 17 Jul 2007 11:04:32 +0000 (-0700) Subject: knfsd: exportfs: move acceptable check into find_acceptable_alias X-Git-Tag: v2.6.23-rc1~665 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb66a1989c8abc3015aa334f617658b277e5fe98;p=pandora-kernel.git knfsd: exportfs: move acceptable check into find_acceptable_alias All callers of find_acceptable_alias check if the current dentry is acceptable before looking for other acceptable aliases using find_acceptable_alias. Move the check into find_acceptable_alias to make the code a little more dense and add a comment to find_acceptable_alias that documents its intent. Signed-off-by: Christoph Hellwig Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed