Commit 46179f95 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] bss bits for isofs

Originally from the kernel janitor folks
parent 0939e16d
......@@ -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)
{
......
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment