Edit

IABSD.fr/src/sys/nfs

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2025-02-16 16:05:07
    Hash : ae0be371
    Message : Use shared socket lock for NFS. The socket functions that are called by NFS code are MP safe. Shared net lock together with socket lock is sufficient. OK mvs@