On Thu, Jun 16, 2016 at 09:15:51AM +0800, Qu Wenruo wrote: > Commit 6bdf962fe35a8648d(btrfs-progs: Read qgroup status for qgroup > verify) will read qgroup status, and then use it to skip qgroup > reporting. > > However since the rescan_running/inconsistent flags are only 1 bit long, > while qgroup flags & BTRFS_QGROUP_FLAGS returns value longer than 1bit, > it doesn't work. > > Fix it by doing double negation on (flags & BTRFS_QGROUP_FLAGS) to > convert it to either 1 or 0. > > Signed-off-by: Qu Wenruo <quwenruo@xxxxxxxxxxxxxx> Applied, thanks. -- 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
