On Fri, Jul 24, 2015 at 09:16:25PM +0800, Zhaolei wrote: > From: Zhao Lei <zhao...@cn.fujitsu.com>
Good catch! > We can reproduce this bug by a simple script: > DEV=/dev/vdh > for ((i = 0; i < 100; i++)); do > echo "loop $i" > mkfs.ext4 "$DEV" &>/dev/null || { echo mkfs fail; break; } > btrfs-convert "$DEV" || break > done Can you please turn it into a testing script? Just put it into the misc tests and add the usual preamble and paths. I'll apply this series, so separate patch please, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html