On 16.10.2017 17:17, David Sterba wrote:
> You confused me first by the bitwise operators here, while the patch is
> actually for the logical ones (and correct).

actualy I used ~ as the "not" and ^ as "and" rather than XOR.

Not A AND Not B == NOT(A or B) that's what I wanted to express ...
--
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

Reply via email to