projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b813c4
)
ceph: silence uninitialized variable warning
author
Sage Weil
<sage@newdream.net>
Tue, 27 Oct 2009 05:06:22 +0000
(22:06 -0700)
committer
Sage Weil
<sage@newdream.net>
Tue, 27 Oct 2009 05:07:59 +0000
(22:07 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/super.c
patch
|
blob
|
history
diff --git
a/fs/ceph/super.c
b/fs/ceph/super.c
index
deb51bd
..
924e6ca
100644
(file)
--- a/
fs/ceph/super.c
+++ b/
fs/ceph/super.c
@@
-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");