On Thu, Nov 01, 2018 at 06:25:19PM -0500, Honnappa Nagarahalli wrote: > Lock ellision and read/write concurreny flags need to be deprecated. typo: concurrency.
> Create the new version of the function and fix checkpatch issues. > Maybe emphasise that the new version is identical to the old, in case this patch does not get squashed into next. "Create a copy of the hash_create function, identical to the original except for fixing checkpatch issues. Later patches will update this copy" > Signed-off-by: Honnappa Nagarahalli <[email protected]> > Reviewed-by: Dharmik Thakkar <[email protected]> > Reviewed-by: Gavin Hu <[email protected]> > ---

