summaryrefslogtreecommitdiffstats
path: root/fs/vfat/namei.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-06-01 03:16:17 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-06-01 03:16:17 +0000
commitd8d9b8f76f22b7a16a83e261e64f89ee611f49df (patch)
tree3067bc130b80d52808e6390c9fc7fc087ec1e33c /fs/vfat/namei.c
parent19c9bba94152148523ba0f7ef7cffe3d45656b11 (diff)
Initial revision
Diffstat (limited to 'fs/vfat/namei.c')
-rw-r--r--fs/vfat/namei.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/vfat/namei.c b/fs/vfat/namei.c
index badb6c7e2..e3db004cc 100644
--- a/fs/vfat/namei.c
+++ b/fs/vfat/namei.c
@@ -174,10 +174,12 @@ check_stack(const char *fname, int lineno)
printk("------- vfat kstack ok in %s line %d: SL=%d\n",
fname, lineno, stack_level);
#endif
+#if 0
if (*(unsigned long *) current->kernel_stack_page != STACK_MAGIC) {
printk("******* vfat stack corruption detected in %s at line %d\n",
fname, lineno);
}
+#endif
}
static int debug = 0;