Message ID | 1433942005-15368-1-git-send-email-zhiguohong@tencent.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Jun 10, 2015 at 4:13 PM, Hong Zhiguo <honkiko@gmail.com> wrote: > 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> > --- > net/ceph/ceph_common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c > index 925d0c8..cb7db32 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"); Applied. Thanks, Ilya -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c index 925d0c8..cb7db32 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");
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> --- net/ceph/ceph_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)