lkml.org 
[lkml]   [2003]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] fat_access cleanup (5/11)
From
Date
This removes the dump_fat() and dump_de() of obsoleted debug code in
vfat/namei.c.


fs/vfat/namei.c | 31 -------------------------------
1 files changed, 31 deletions(-)

diff -puN fs/vfat/namei.c~fat_access-cleanup2 fs/vfat/namei.c
--- linux-2.6.0-test1/fs/vfat/namei.c~fat_access-cleanup2 2003-07-21 02:48:18.000000000 +0900
+++ linux-2.6.0-test1-hirofumi/fs/vfat/namei.c 2003-07-21 02:48:18.000000000 +0900
@@ -204,37 +204,6 @@ static int vfat_cmp(struct dentry *dentr
return 1;
}

-#ifdef DEBUG
-
-static void dump_fat(struct super_block *sb,int start)
-{
- printk("[");
- while (start) {
- printk("%d ",start);
- start = fat_access(sb,start,-1);
- if (!start) {
- printk("ERROR");
- break;
- }
- if (start == -1) break;
- }
- printk("]\n");
-}
-
-static void dump_de(struct msdos_dir_entry *de)
-{
- int i;
- unsigned char *p = (unsigned char *) de;
- printk("[");
-
- for (i = 0; i < 32; i++, p++) {
- printk("%02x ", *p);
- }
- printk("]\n");
-}
-
-#endif
-
/* MS-DOS "device special files" */

static const char *reserved3_names[] = {
_

--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.020 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site