Whamcloud - gitweb
LU-404 bind umount /sbin/mount.lustre only if necessary
[fs/lustre-release.git] / lustre / include / lustre_param.h
index cfc510c..54a1f6b 100644 (file)
@@ -54,7 +54,8 @@ int class_get_next_param(char **params, char *copy);
 int class_match_param(char *buf, char *key, char **valp);
 int class_parse_nid(char *buf, lnet_nid_t *nid, char **endh);
 int class_parse_net(char *buf, __u32 *net, char **endh);
-int class_match_net(char *buf, lnet_nid_t nid);
+int class_match_nid(char *buf, char *key, lnet_nid_t nid);
+int class_match_net(char *buf, char *key, __u32 net);
 /* obd_mount.c */
 int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd,
             char *s1, char *s2, char *s3, char *s4);