summaryrefslogtreecommitdiffstats
path: root/net/ceph/ceph_common.c
diff options
context:
space:
mode:
authorHong Zhiguo2015-06-10 15:13:25 +0200
committerIlya Dryomov2015-06-25 10:49:30 +0200
commit6c13a6bb55df6666275b992ba76620324429d7cf (patch)
treeb3ce4affb4f9d0bf3669729994e92a544790f799 /net/ceph/ceph_common.c
parentceph: fix directory fsync (diff)
downloadkernel-qcow2-linux-6c13a6bb55df6666275b992ba76620324429d7cf.tar.gz
kernel-qcow2-linux-6c13a6bb55df6666275b992ba76620324429d7cf.tar.xz
kernel-qcow2-linux-6c13a6bb55df6666275b992ba76620324429d7cf.zip
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: Hong Zhiguo <zhiguohong@tencent.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph/ceph_common.c')
-rw-r--r--net/ceph/ceph_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c
index 925d0c890b80..cb7db320dd27 100644
--- a/net/ceph/ceph_common.c
+++ b/net/ceph/ceph_common.c
@@ -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");