]> git.baikalelectronics.ru Git - kernel.git/commit
uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
authorChristoph Hellwig <hch@lst.de>
Thu, 11 May 2017 12:00:57 +0000 (14:00 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 5 Jun 2017 14:59:04 +0000 (16:59 +0200)
commit150ada39861e5587e362320bef6071bda27303ec
tree3f49d1e61e0ac89d1158bb0229b2bd7b4b996093
parent460c7e5eb7a60eaa393966933b95139368788e9c
uuid: hoist helpers uuid_equal() and uuid_copy() from xfs

These helper are used to compare and copy two uuid_t type objects.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
[hch: also provide the respective guid_ versions]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
fs/xfs/uuid.c
fs/xfs/uuid.h
include/linux/uuid.h
lib/test_uuid.c