commit | 48a2e88f53aea4dface64883157ad3c428132f75 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Feb 24 17:37:50 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 23 17:01:47 2020 +0100 |
tree | a98c9c07b374ed0412968b414dee66fb533034b4 | |
parent | d01cd62400b3a42d012069518614d944c35f9c99 [diff] |
uuid: Provide a GUID generator for raw buffer In some cases we would like to generate a GUID and export it. Though it would require either casting to internal kernel types or an intermediate buffer. Instead we may achieve this by supplying a pointer to raw buffer and make a complimentary API to existing one for UUIDs. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David Sterba <dsterba@suse.com>