Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ca874e9 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: silence uninitialized variable warning



Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 7b813c46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");