@@ -1,3 +1,5 @@
#define bit_for_each64(pos, tmp, ul) \
for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
/**/
The note is not visible to the blocked user.