commit | 63709fd4296221aa4ebd06230bce3eed70ddd927 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Jun 16 21:13:38 2017 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Tue Jun 20 09:02:04 2017 +0200 |
tree | c53673e384789306f4bc408e3b53693e43fc8243 | |
parent | 87085ff2e90ecfa91f8bb0cb0ce19ea661bd6f83 [diff] |
uuid: Take const on input of uuid_is_null() and guid_is_null() 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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de>