Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");