]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
libceph: fix wrong name "Ceph filesystem for Linux"
authorHong Zhiguo <honkiko@gmail.com>
Wed, 10 Jun 2015 13:13:25 +0000 (21:13 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 25 Jun 2015 08:49:30 +0000 (11:49 +0300)
modinfo libceph prints the module name "Ceph filesystem for Linux",
which is same as the real fs module ceph. It's confusing.

Signed-off-by: Hong Zhiguo <zhiguohong@tencent.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/ceph_common.c

index 925d0c890b80cf5b2c9d6cb1e9d4160bf8eee716..cb7db320dd276aa0107d8e484270e3e8fb61dd6a 100644 (file)
@@ -741,5 +741,5 @@ module_exit(exit_ceph_lib);
 MODULE_AUTHOR("Sage Weil <sage@newdream.net>");
 MODULE_AUTHOR("Yehuda Sadeh <yehuda@hq.newdream.net>");
 MODULE_AUTHOR("Patience Warnick <patience@newdream.net>");
-MODULE_DESCRIPTION("Ceph filesystem for Linux");
+MODULE_DESCRIPTION("Ceph core library");
 MODULE_LICENSE("GPL");