Skip to content

Commit

Permalink
ceph: silence uninitialized variable warning
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@newdream.net>
  • Loading branch information
Sage Weil committed Oct 27, 2009
1 parent 7b813c4 commit 6ca874e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 6ca874e

Please sign in to comment.