On Wed, May 25, 2011 at 11:12:09AM -0400, Eric B Munson wrote:
> String comparison in hugetlb_setup_env is done in an inconsisten way. This
> is a problem because some of the environment variables are checked ignoring
> case where others are case sensitive. This patch converts all of the
> compar
String comparison in hugetlb_setup_env is done in an inconsisten way. This
is a problem because some of the environment variables are checked ignoring
case where others are case sensitive. This patch converts all of the
comparisons looking for boolean (yes/no) values to ignore case.
Signed-off-b