b=16750
i=nathan.rutman
i=sheng.yang
Description: service mount cannot take device name with ":"
Details : Only when device name contains ":/" will mount treat it as
client mount.
old (verbose) output can be obtained by using -v option.
Severity : major
+Bugzilla : 16750
+Description: service mount cannot take device name with ":"
+Details : Only when device name contains ":/" will mount treat it as
+ client mount.
+
+Severity : major
Bugzilla : 16561
Description: Hitting mdc_commit_close() ASSERTION
Details : Properly handle request reference release in
goto invalid;
}
- s1 = strrchr(devname, ':');
+ s1 = strstr(devname, ":/");
if (s1) {
+ ++s1;
lmd->lmd_flags = LMD_FLG_CLIENT;
/* Remove leading /s from fsname */
while (*++s1 == '/') ;