Re: [Libhugetlbfs-devel] [PATCH V2] Make calls to strcmp in hugetlb_env_setup consistent

2011-05-25 Thread David Gibson
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

[Libhugetlbfs-devel] [PATCH V2] Make calls to strcmp in hugetlb_env_setup consistent

2011-05-25 Thread Eric B Munson
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