• J
    nfsd4: don't check ip address in setclientid · 026722c2
    J. Bruce Fields 提交于
    The spec allows clients to change ip address, so we shouldn't be
    requiring that setclientid always come from the same address.  For
    example, a client could reboot and get a new dhcpd address, but still
    present the same clientid to the server.  In that case the server should
    revoke the client's previous state and allow it to continue, instead of
    (as it currently does) returning a CLID_INUSE error.
    Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
    026722c2
nfs4state.c 87.3 KB