Re: [PATCH] uuid: Add helpers for finding UUID from an array

2019-08-27 Thread Andy Shevchenko
On Tue, Aug 27, 2019 at 02:49:18PM +0300, Heikki Krogerus wrote: > Matching function that compares every UUID in an array to a > given UUID with guid_equal(). > I don't have a user for these helpers, but since they are pretty > trivial, I figured that might as well propose them in any case. >

Re: [PATCH] uuid: Add helpers for finding UUID from an array

2019-08-27 Thread Heikki Krogerus
On Tue, Aug 27, 2019 at 01:54:18PM +0200, Christoph Hellwig wrote: > On Tue, Aug 27, 2019 at 02:49:18PM +0300, Heikki Krogerus wrote: > > Matching function that compares every UUID in an array to a > > given UUID with guid_equal(). > > > > Signed-off-by: Heikki Krogerus > > --- > > Hi, > > > >

Re: [PATCH] uuid: Add helpers for finding UUID from an array

2019-08-27 Thread Christoph Hellwig
On Tue, Aug 27, 2019 at 02:49:18PM +0300, Heikki Krogerus wrote: > Matching function that compares every UUID in an array to a > given UUID with guid_equal(). > > Signed-off-by: Heikki Krogerus > --- > Hi, > > I don't have a user for these helpers, but since they are pretty > trivial, I figured

[PATCH] uuid: Add helpers for finding UUID from an array

2019-08-27 Thread Heikki Krogerus
Matching function that compares every UUID in an array to a given UUID with guid_equal(). Signed-off-by: Heikki Krogerus --- Hi, I don't have a user for these helpers, but since they are pretty trivial, I figured that might as well propose them in any case. Though, I think there was somebody