Whamcloud - gitweb
LU-1301 helpers: quiet class_parse_nid()
authorAlex Zhuravlev <bzzz@whamcloud.com>
Wed, 15 Aug 2012 05:49:34 +0000 (09:49 +0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 24 Sep 2012 19:46:12 +0000 (15:46 -0400)
commit7c9b3683737d26df3f0425274437ee87c769f770
tree89970612a59612f6a4fb61073cd4ffbb86f4acad
parentc8df02cbe6626201eba7744625fafa030b1b466d
LU-1301 helpers: quiet class_parse_nid()

class_parse_nid_quiet() is a version of class_parse_nid()
which doesn't complain on an invalid nid.
i.e. used in obd_mount.c where nid can be followed by
another (non-nid) mount option.

Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: I8938a50e56007bd626b207e4a69a2a76c572632d
Reviewed-on: http://review.whamcloud.com/3678
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Mike Pershin <tappro@whamcloud.com>
lustre/include/lustre_param.h
lustre/mgs/mgs_handler.c
lustre/obdclass/obd_config.c
lustre/obdclass/obd_mount.c