[PATCH 1/7] Change inchash to name space.

2014-07-30 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Change class inchash to move into a inchash namespace as requested. The class is now inchash::hash Rename iterative_hstate_expr to inchash::add_expr ... and convert existing users. It wasn't possible to use hash::, because that lead to name space conflicts

Re: [PATCH 1/7] Change inchash to name space.

2014-07-30 Thread Jeff Law
On 07/30/14 08:23, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com Change class inchash to move into a inchash namespace as requested. The class is now inchash::hash Rename iterative_hstate_expr to inchash::add_expr ... and convert existing users. It wasn't possible to use hash::,