On Mon, May 15, 2017 at 10:38:18PM +0300, Amir Goldstein wrote:
> On Mon, May 15, 2017 at 6:43 PM, Christoph Hellwig <h...@lst.de> 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 <h...@lst.de>
> > ---
> 
> > --- a/fs/xfs/xfs_mount.c
> > +++ b/fs/xfs/xfs_mount.c
> > @@ -75,7 +75,7 @@ xfs_uuid_mount(
> >
> >         /* Publish UUID in struct super_block */
> >         BUILD_BUG_ON(sizeof(mp->m_super->s_uuid) != sizeof(uuid_t));
> 
> BUILD_BUG_ON not needed anymore now that s_uuid is uuid_t

Yeah, you mentioned that last time and I forgot about it.  Fixed up
in the git tree and for the next repost.

Reply via email to