]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: fix uuid check durign inode allocation
authorDave Chinner <dchinner@redhat.com>
Mon, 3 Aug 2015 22:36:45 +0000 (08:36 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 3 Aug 2015 22:36:45 +0000 (08:36 +1000)
commit299c0388ab029b71750a13d2021c2eb5c50f1208
treeb4ac008ccbfad670b3a2d0fc2d57152e4935ed24
parentf31982aed0dc506c6863ff13777f2bb8a9566664
libxfs: fix uuid check durign inode allocation

Needs to check sb_meta_uuid now that we the sb_uuid can change on v5
filesystems.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/util.c