commit | 22a46eb44016eec3384da3731a2d47a5d3c91955 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Fri May 17 16:22:18 2019 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 03 17:52:08 2019 -0400 |
tree | 2e66a07b68adede510fe29e105d714b4a43bf6ec | |
parent | 3ba75830ce175550ef45c6524ec62faab8f62c1b [diff] |
nfsd: note inadequate stats locking After 89a26b3d295d "nfsd: split DRC global spinlock into per-bucket locks", there is no longer a single global spinlock to protect these stats. So, really we need to fix that. For now, at least fix the comment. Signed-off-by: J. Bruce Fields <bfields@redhat.com>