Re: [PATCH v1] uuid: Take const on input of uuid_is_null() and guid_is_null()

2017-06-20 Thread Christoph Hellwig
Thanks Andy, applied to uuid for-next.

[PATCH v1] uuid: Take const on input of uuid_is_null() and guid_is_null()

2017-06-16 Thread Andy Shevchenko
The null check functions do not and must not modify contents of the UUID or GUID supplied. Mark argument explicitly to reflect that. Signed-off-by: Andy Shevchenko --- include/linux/uuid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/uuid.h b/include/lin