Searched hist:ef40dda5bbc310f6517082c0ff002913104358cd (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/lib/ |
H A D | uuid.c | diff ef40dda5bbc310f6517082c0ff002913104358cd Thu May 11 02:01:42 CDT 2017 Christoph Hellwig <hch@lst.de> uuid: hoist uuid_is_null() helper from libnvdimm
Hoist the libnvdimm helper as an inline helper to linux/uuid.h using an auxiliary const variable uuid_null in lib/uuid.c.
[hch: also add the guid variant. Both do the same but I'd like to keep casts to a minimum]
The common helper uses the new abstract type uuid_t * instead of u8 *.
Suggested-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Amir Goldstein <amir73il@gmail.com> [hch: added guid_is_null] Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
|
/openbmc/linux/include/linux/ |
H A D | uuid.h | diff ef40dda5bbc310f6517082c0ff002913104358cd Thu May 11 02:01:42 CDT 2017 Christoph Hellwig <hch@lst.de> uuid: hoist uuid_is_null() helper from libnvdimm
Hoist the libnvdimm helper as an inline helper to linux/uuid.h using an auxiliary const variable uuid_null in lib/uuid.c.
[hch: also add the guid variant. Both do the same but I'd like to keep casts to a minimum]
The common helper uses the new abstract type uuid_t * instead of u8 *.
Suggested-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Amir Goldstein <amir73il@gmail.com> [hch: added guid_is_null] Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
|
/openbmc/linux/drivers/nvdimm/ |
H A D | btt_devs.c | diff ef40dda5bbc310f6517082c0ff002913104358cd Thu May 11 02:01:42 CDT 2017 Christoph Hellwig <hch@lst.de> uuid: hoist uuid_is_null() helper from libnvdimm
Hoist the libnvdimm helper as an inline helper to linux/uuid.h using an auxiliary const variable uuid_null in lib/uuid.c.
[hch: also add the guid variant. Both do the same but I'd like to keep casts to a minimum]
The common helper uses the new abstract type uuid_t * instead of u8 *.
Suggested-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Amir Goldstein <amir73il@gmail.com> [hch: added guid_is_null] Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
|