NFSD: Clean up stale comments in nfsd_dispatch()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 1 Oct 2020 22:59:23 +0000 (18:59 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 2 Oct 2020 13:37:41 +0000 (09:37 -0400)
commit383c440d4f14ffcda32227c4de23af8a352223c1
treedb71dbab113e3b68ba7efce764ad3f14156b6388
parent84c138e78d8ec247737d2c9e8dba50f20eb01a60
NFSD: Clean up stale comments in nfsd_dispatch()

Add a documenting comment for the function. Remove comments that
simply describe obvious aspects of the code, but leave comments
that explain the differences in processing of each NFS version.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfssvc.c