Description of problem: Although DENY entries handle properly in the acl implementation, it is not displayed in nfs4_getfacl(). Version-Release number of selected component (if applicable): mainline How reproducible: always Steps to Reproduce: 1. Create a volume 2. export the volume through nfs-ganesha 3. mount the volume using nfsv4. 4. set an DENY acl which will create DENY entry in the list using nfs4_setfacl. 5. call nfs4_getfacl(). Actual results: DENY entries are not displayed Expected results: should display DENY entries Additional info: if even it is not displayed, permissions which are not shown in ALLOW entry will be considered as denied ones.