On 02/24/16 16:53, fdmanana@kernel.org wrote:
From: Filipe Manana <redacted>
In the listxattrs handler, we were not listing all the xattrs that are
packed in the same btree item, which happens when multiple xattrs have
a name that when crc32c hashed produce the same checksum value.
Fix this by processing them all.
(snip)
V2: Fixed logic to jump into next item, which was detected by warnings
from gcc 5.3.0 (reported by Holger).
Great! No more warnings and also a lot less confusing. :)
thanks!
Holger