From: Dave Hansen Date: Sun, 1 Oct 2006 06:29:01 +0000 (-0700) Subject: [PATCH] r/o bind mounts: prepare for write access checks: collapse if() X-Git-Tag: v2.6.19-rc1~531 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6902d925d568cd5bfda8a1a328bf08d26d1bab46;p=pandora-kernel.git [PATCH] r/o bind mounts: prepare for write access checks: collapse if() We're shortly going to be adding a bunch more permission checks in these functions. That requires adding either a bunch of new if() conditions, or some gotos. This patch collapses existing if()s and uses gotos instead to prepare for the upcoming changes. Signed-off-by: Dave Hansen Acked-by: Christoph Hellwig Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed