diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/util.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/util.c b/kernel/util.c index 3e8253d..beed271 100644 --- a/kernel/util.c +++ b/kernel/util.c @@ -10,6 +10,10 @@ #include <linux/slab.h> +MODULE_AUTHOR("Miklos Szeredi <mszeredi@inf.bme.hu>"); +MODULE_DESCRIPTION("Filesystem in Userspace"); +MODULE_LICENSE("GPL"); + spinlock_t fuse_lock = SPIN_LOCK_UNLOCKED; /* Must be called with the fuse lock held */ |