Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'uuid-for-5.9' of git://git.infradead.org/users/hch/uuid

Pull uuid update from Christoph Hellwig:
"Remove a now unused helper (Andy Shevchenko)"

* tag 'uuid-for-5.9' of git://git.infradead.org/users/hch/uuid:
uuid: remove unused uuid_le_to_bin() definition

-2
-2
include/linux/uuid.h
··· 98 98 int uuid_parse(const char *uuid, uuid_t *u); 99 99 100 100 /* backwards compatibility, don't use in new code */ 101 - #define uuid_le_to_bin(guid, u) guid_parse(guid, u) 102 - 103 101 static inline int uuid_le_cmp(const guid_t u1, const guid_t u2) 104 102 { 105 103 return memcmp(&u1, &u2, sizeof(guid_t));