Hide Forgot
currently 'trusted.glusterfs.content' key is handled only in lookup, but is not handled in getxattr. Instead if one tries to fetch the data with this key, there is a huge memory leak (as content is read from the file, but not set in dictionary or freed later).
This bug is 'invalid' as posix_getxattr () will never gets a key 'glusterfs.content', instead it gets call on trusted.* or user.* No need to handle this. Marking closed.