git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c400ee3
)
xfs: fix sb_meta_uuid usage
author
Dave Chinner
<dchinner@redhat.com>
Wed, 19 Aug 2015 00:31:18 +0000
(10:31 +1000)
committer
Dave Chinner
<david@fromorbit.com>
Wed, 19 Aug 2015 00:31:18 +0000
(10:31 +1000)
After changing the UUID on a v5 filesystem, xfstests fails
immediately on a debug kernel with:
XFS: Assertion failed: uuid_equal(&ip->i_d.di_uuid, &mp->m_sb.sb_uuid), file: fs/xfs/xfs_inode.c, line: 799
This needs to check against the sb_meta_uuid, not the user visible
UUID that was changed.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_inode.c
patch
|
blob
|
history
diff --cc
fs/xfs/xfs_inode.c
Simple merge