Whamcloud - gitweb
LU-111 Fix force options parsing 97/297/2
authorOleg Drokin <green@whamcloud.com>
Fri, 4 Mar 2011 16:15:41 +0000 (11:15 -0500)
committerOleg Drokin <green@whamcloud.com>
Fri, 4 Mar 2011 22:43:53 +0000 (17:43 -0500)
commitb53ec6e67dfeeb1eec1a29a67a0a139df381751c
tree29136d5dad535f9e990f4cd76a17819c8faf3666
parent63256d846fcf7bf430699d89b76a9d91bc8ed93a
LU-111 Fix force options parsing

parse_options had incorrect check for force option that matched
all force options like force_over_16tb and as a result those did
not get propagated down.

Change-Id: I46d07a6d505acc9150e2655a63be55fb7ef6954d
Signed-off-by: Oleg Drokin <green@whamcloud.com>
lustre/utils/mount_lustre.c