Skip to content

Commit

Permalink
libceph: fix wrong name "Ceph filesystem for Linux"
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ilya Dryomov <[email protected]>
  • Loading branch information
honkiko authored and idryomov committed Jun 25, 2015
1 parent da819c8 commit 6c13a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ceph/ceph_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,5 +741,5 @@ module_exit(exit_ceph_lib);
MODULE_AUTHOR("Sage Weil <[email protected]>");
MODULE_AUTHOR("Yehuda Sadeh <[email protected]>");
MODULE_AUTHOR("Patience Warnick <[email protected]>");
MODULE_DESCRIPTION("Ceph filesystem for Linux");
MODULE_DESCRIPTION("Ceph core library");
MODULE_LICENSE("GPL");

0 comments on commit 6c13a6b

Please sign in to comment.