Commit 6c13a6bb authored by Hong Zhiguo's avatar Hong Zhiguo Committed by Ilya Dryomov

libceph: fix wrong name "Ceph filesystem for Linux"

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: default avatarHong Zhiguo <zhiguohong@tencent.com>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent da819c81
......@@ -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");
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