提交 6ca874e9 编写于 作者: S Sage Weil

ceph: silence uninitialized variable warning

Signed-off-by: NSage Weil <sage@newdream.net>
上级 7b813c46
......@@ -808,7 +808,7 @@ static int ceph_get_sb(struct file_system_type *fs_type,
struct ceph_client *client;
int err;
int (*compare_super)(struct super_block *, void *) = ceph_compare_super;
const char *path;
const char *path = 0;
dout("ceph_get_sb\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册