[PATCH] libceph: fix wrong name Ceph filesystem for Linux

2015-06-10 Thread Hong Zhiguo
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 zhiguoh...@tencent.com --- net/ceph/ceph_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ceph/ceph_common.c

Re: [PATCH] libceph: fix wrong name Ceph filesystem for Linux

2015-06-10 Thread Ilya Dryomov
On Wed, Jun 10, 2015 at 4:13 PM, Hong Zhiguo honk...@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 zhiguoh...@tencent.com --- net/ceph/ceph_common.c | 2 +- 1 file