summaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/acct.c')
-rw-r--r--kernel/acct.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/acct.c b/kernel/acct.c
index 2bd7d121d..86d776c5b 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -68,9 +68,9 @@ int acct_parm[3] = {4, 2, 30};
*/
void acct_timeout(unsigned long);
-static volatile int acct_active = 0;
-static volatile int acct_needcheck = 0;
-static struct file *acct_file = NULL;
+static volatile int acct_active;
+static volatile int acct_needcheck;
+static struct file *acct_file;
static struct timer_list acct_timer = { NULL, NULL, 0, 0, acct_timeout };
static int do_acct_process(long, struct file *);