]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] bss bits for isofs
authorDave Jones <davej@suse.de>
Thu, 4 Apr 2002 06:23:37 +0000 (22:23 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 4 Apr 2002 06:23:37 +0000 (22:23 -0800)
Originally from the kernel janitor folks

fs/isofs/compress.c
fs/isofs/inode.c

index 62650e9a2bd3fc08ebad225fbcfea232a3166ab5..8a0e9b08663e25b9a25707ac53ced33101dfc103 100644 (file)
@@ -330,7 +330,7 @@ struct address_space_operations zisofs_aops = {
        /* No bmap operation supported */
 };
 
-static int initialized = 0;
+static int initialized;
 
 int __init zisofs_init(void)
 {
index d4e9ad9a6dd3c44222ef86b54e60a3a168be9b85..2589f9717e21f7e4193e99ff90d15f700abc1fe3 100644 (file)
@@ -42,8 +42,8 @@
 #define BEQUIET
 
 #ifdef LEAK_CHECK
-static int check_malloc = 0;
-static int check_bread = 0;
+static int check_malloc;
+static int check_bread;
 #endif
 
 static int isofs_hashi(struct dentry *parent, struct qstr *qstr);