Commit 176ef8f1 authored by Kirill Smelkov's avatar Kirill Smelkov

NXD fs/fuse: Mark the module as being Nexedi-provided

parent 716527d0
......@@ -2,7 +2,7 @@
# Makefile for the FUSE filesystem.
#
obj-$(CONFIG_FUSE_FS) += fuse.o
obj-$(CONFIG_FUSE_FS) += nxd-fuse.o
obj-$(CONFIG_CUSE) += cuse.o
fuse-objs := dev.o dir.o file.o inode.o control.o xattr.o acl.o
nxd-fuse-objs := dev.o dir.o file.o inode.o control.o xattr.o acl.o
......@@ -1359,7 +1359,7 @@ static int __init fuse_init(void)
{
int res;
printk(KERN_INFO "fuse init (API version %i.%i)\n",
printk(KERN_INFO "fuse init (API version %i.%i-nxd)\n",
FUSE_KERNEL_VERSION, FUSE_KERNEL_MINOR_VERSION);
INIT_LIST_HEAD(&fuse_conn_list);
......
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