Skip to content
  • Trond Myklebust's avatar
    NFSv4: Fix the acl cache size calculation · b291f1b1
    Trond Myklebust authored
    
    
    Currently, we do not take into account the size of the 16 byte
    struct nfs4_cached_acl header, when deciding whether or not we should
    cache the acl data.  Consequently, we will end up allocating an
    8k buffer in order to fit a maximum size 4k acl.
    
    This patch adjusts the calculation so that we limit the cache size
    to 4k for the acl header+data.
    
    Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
    b291f1b1