ceph: don't return a value from void function
authorJohn Hubbard <jhubbard@nvidia.com>
Fri, 2 Aug 2019 01:06:58 +0000 (18:06 -0700)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 16 Sep 2019 10:06:25 +0000 (12:06 +0200)
This fixes a build warning to that effect.

Fixes: 1a829ff2a6c3 ("ceph: no need to check return value of debugfs_create functions")
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/debugfs.c

index 2eb88ed..facb387 100644 (file)
@@ -294,7 +294,6 @@ void ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
 
 void ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
 {
-       return 0;
 }
 
 void ceph_fs_debugfs_cleanup(struct ceph_fs_client *fsc)