From: Jeffrey Layton Date: Tue, 8 May 2007 07:29:48 +0000 (-0700) Subject: make iunique use a do/while loop rather than its obscure goto loop X-Git-Tag: v2.6.22-rc1~659 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3361c7bebbf207f57f3dd1282cd87e1e37c082ac;p=pandora-kernel.git make iunique use a do/while loop rather than its obscure goto loop A while back, Christoph mentioned that he thought that iunique ought to be cleaned up to use a more conventional loop construct. This patch does that, turning the strange goto loop into a do/while. Signed-off-by: Jeff Layton Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed