On Fri, Jun 19, 2015 at 09:40:37AM +0800, Qu Wenruo wrote: > Just a little tip to take less time on the bug: > - uuid_parse((const char*)fs_info->fsid, old_fsid); > + memcpy(old_fsid, fs_info->fsid, BTRFS_UUID_SIZE); Thanks, that's what I did. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
