Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- enable client connect only if mds is configured and ost is active. Port from 1_6...
[fs/lustre-release.git]
/
lustre
/
obdclass
/
obd_mount.c
diff --git
a/lustre/obdclass/obd_mount.c
b/lustre/obdclass/obd_mount.c
index
29d5022
..
990c3cf
100644
(file)
--- a/
lustre/obdclass/obd_mount.c
+++ b/
lustre/obdclass/obd_mount.c
@@
-1193,7
+1193,7
@@
out_mgc:
}
/* log has been fully processed */
- obd_notify(obd, NULL, OBD_NOTIFY_CONFIG,
0
);
+ obd_notify(obd, NULL, OBD_NOTIFY_CONFIG,
(void *)CONFIG_LOG
);
}
RETURN(rc);