Re: [PATCH 16/16] fs: switch ->s_uuid to uuid_t

2017-05-11 Thread Christoph Hellwig
On Wed, May 10, 2017 at 10:08:25PM +0300, Amir Goldstein wrote: > On Wed, May 10, 2017 at 9:02 PM, Christoph Hellwig wrote: > > For some file systems we still memcpy into it, but in various places this > > already allows us to use the proper uuid helpers. More to come.. > > Signed-off-by: Christo

Re: [PATCH 16/16] fs: switch ->s_uuid to uuid_t

2017-05-10 Thread Amir Goldstein
On Wed, May 10, 2017 at 9:02 PM, Christoph Hellwig wrote: > For some file systems we still memcpy into it, but in various places this > already allows us to use the proper uuid helpers. More to come.. > Signed-off-by: Christoph Hellwig > --- Series looks good! My main concern is that filesyste

[PATCH 16/16] fs: switch ->s_uuid to uuid_t

2017-05-10 Thread Christoph Hellwig
For some file systems we still memcpy into it, but in various places this already allows us to use the proper uuid helpers. More to come.. Signed-off-by: Christoph Hellwig --- drivers/xen/tmem.c | 6 +++--- fs/ext4/super.c | 2 +- fs/f2fs/super.c