From 2df1c04f30802df9a23a19e22042884430c429d2 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 6 Nov 2001 15:07:17 +0000 Subject: cleanups --- kernel/util.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kernel/util.c') diff --git a/kernel/util.c b/kernel/util.c index 57b1a90..9b7bec1 100644 --- a/kernel/util.c +++ b/kernel/util.c @@ -12,8 +12,6 @@ #include #include -#define FUSE_VERSION "0.1" - spinlock_t fuse_lock = SPIN_LOCK_UNLOCKED; /* Must be called with the fuse lock held */ @@ -28,7 +26,7 @@ int init_module(void) { int res; - printk(KERN_DEBUG "fuse init (version %s)\n", FUSE_VERSION); + printk(KERN_DEBUG "fuse init (version %i)\n", FUSE_KERNEL_VERSION); res = fuse_fs_init(); if(res) -- cgit v1.2.3