commit | bf5ed3e3bb84c39d70ad10b2f8e47ec62f4c63b1 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Mar 14 16:20:19 2019 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 03 17:52:50 2019 -0400 |
tree | 5d6020fc70f39343c50ded4f575cb905c50db922 | |
parent | e8a79fb14f6b76b502218fce10696f4df9ff19b1 [diff] |
nfsd: make client/ directory names small ints We want clientid's on the wire to be randomized for reasons explained in ebd7c72c63ac "nfsd: randomize SETCLIENTID reply to help distinguish servers". But I'd rather have mostly small integers for the clients/ directory. Signed-off-by: J. Bruce Fields <bfields@redhat.com>