On Tue, Jul 12, 2016 at 04:21:48PM -0700, Omar Sandoval wrote:
> + for (j = 0; j < BITS_PER_LONG; j++) {
> + if (x & (1 << j)) {
if (x & (1UL << j)) {
--
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
