ceph: silence uninitialized variable warning
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
@@ -808,7 +808,7 @@ static int ceph_get_sb(struct file_system_type *fs_type,
|
|||||||
struct ceph_client *client;
|
struct ceph_client *client;
|
||||||
int err;
|
int err;
|
||||||
int (*compare_super)(struct super_block *, void *) = ceph_compare_super;
|
int (*compare_super)(struct super_block *, void *) = ceph_compare_super;
|
||||||
const char *path;
|
const char *path = 0;
|
||||||
|
|
||||||
dout("ceph_get_sb\n");
|
dout("ceph_get_sb\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user