Skip to content
  • Rick Macklem's avatar
    Add optional support for ext_pgs mbufs to the NFS server's read, readlink · cb889ce6
    Rick Macklem authored
    and getxattr operations.
    
    This patch optionally enables generation of read, readlink and getxattr replies
    in ext_pgs mbufs.  Since neither of ND_EXTPG or ND_TLS are currently ever set,
    there is no change in semantics at this time.
    It also corrects the message in a couple of panic()s that should never occur.
    
    This is another in the series of commits that add support to the NFS client
    and server for building RPC messages in ext_pgs mbufs with anonymous pages.
    This is useful so that the entire mbuf list does not need to be
    copied before calling sosend() when NFS over TLS is enabled.
    
    Use of ext_pgs mbufs will not be enabled until the kernel RPC is updated
    to handle TLS.
    cb889ce6