Re: [PATCH v1 1/1] mei: Move uuid_le_cmp() to its only user

From: Christoph Hellwig
Date: Thu Feb 02 2023 - 10:19:15 EST


On Thu, Feb 02, 2023 at 04:54:12PM +0200, Andy Shevchenko wrote:
> There is only a single user of uuid_le_cmp() API, let's make it private
> to that user.

Any reason this code can't just use guid_t and guid_equal?