diff options
author | Dave Hansen <haveblue@us.ibm.com> | 2006-10-01 08:29:01 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 09:39:30 +0200 |
commit | 6902d925d568cd5bfda8a1a328bf08d26d1bab46 (patch) | |
tree | 02f3cc489d0e47fb688587222d1793bd9298679b /kernel/extable.c | |
parent | [PATCH] csa accounting taskstats update (diff) | |
download | linux-6902d925d568cd5bfda8a1a328bf08d26d1bab46.tar.xz linux-6902d925d568cd5bfda8a1a328bf08d26d1bab46.zip |
[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 <haveblue@us.ibm.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/extable.c')
0 files changed, 0 insertions, 0 deletions