Re: [PATCH 23/23] uuid: remove uuid_be

2017-05-22 Thread Andy Shevchenko
On Thu, 2017-05-18 at 10:56 +0200, Christoph Hellwig wrote: > On Thu, May 18, 2017 at 10:57:24AM +0300, Amir Goldstein wrote: > > I reviewed the entire series. You may add > > Reviewed-by: Amir Goldstein > > > > to any of the patches as you see fit. > > Thanks, done!

Re: [PATCH 23/23] uuid: remove uuid_be

2017-05-22 Thread Andy Shevchenko
On Thu, 2017-05-18 at 10:56 +0200, Christoph Hellwig wrote: > On Thu, May 18, 2017 at 10:57:24AM +0300, Amir Goldstein wrote: > > I reviewed the entire series. You may add > > Reviewed-by: Amir Goldstein > > > > to any of the patches as you see fit. > > Thanks, done! Similar from my side,

Re: [PATCH 23/23] uuid: remove uuid_be

2017-05-18 Thread Christoph Hellwig
On Thu, May 18, 2017 at 10:57:24AM +0300, Amir Goldstein wrote: > I reviewed the entire series. You may add > Reviewed-by: Amir Goldstein > > to any of the patches as you see fit. Thanks, done! > Now let's talk about how this is going to be merged. > Do you intend to send

Re: [PATCH 23/23] uuid: remove uuid_be

2017-05-18 Thread Christoph Hellwig
On Thu, May 18, 2017 at 10:57:24AM +0300, Amir Goldstein wrote: > I reviewed the entire series. You may add > Reviewed-by: Amir Goldstein > > to any of the patches as you see fit. Thanks, done! > Now let's talk about how this is going to be merged. > Do you intend to send Linus a pull request?

Re: [PATCH 23/23] uuid: remove uuid_be

2017-05-18 Thread Amir Goldstein
On Thu, May 18, 2017 at 9:27 AM, Christoph Hellwig wrote: > Everything uses uuid_t now. > > Signed-off-by: Christoph Hellwig > --- Excellent! I reviewed the entire series. You may add Reviewed-by: Amir Goldstein to any of the patches as you see

Re: [PATCH 23/23] uuid: remove uuid_be

2017-05-18 Thread Amir Goldstein
On Thu, May 18, 2017 at 9:27 AM, Christoph Hellwig wrote: > Everything uses uuid_t now. > > Signed-off-by: Christoph Hellwig > --- Excellent! I reviewed the entire series. You may add Reviewed-by: Amir Goldstein to any of the patches as you see fit. Now let's talk about how this is going to

[PATCH 23/23] uuid: remove uuid_be

2017-05-18 Thread Christoph Hellwig
Everything uses uuid_t now. Signed-off-by: Christoph Hellwig --- include/linux/uuid.h | 14 -- 1 file changed, 14 deletions(-) diff --git a/include/linux/uuid.h b/include/linux/uuid.h index e8a065035113..6b9a05570565 100644 --- a/include/linux/uuid.h +++

[PATCH 23/23] uuid: remove uuid_be

2017-05-18 Thread Christoph Hellwig
Everything uses uuid_t now. Signed-off-by: Christoph Hellwig --- include/linux/uuid.h | 14 -- 1 file changed, 14 deletions(-) diff --git a/include/linux/uuid.h b/include/linux/uuid.h index e8a065035113..6b9a05570565 100644 --- a/include/linux/uuid.h +++ b/include/linux/uuid.h @@