NFSD: Clean up switch statement in nfsd_dispatch()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 1 Oct 2020 22:59:18 +0000 (18:59 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 2 Oct 2020 13:37:41 +0000 (09:37 -0400)
commit84c138e78d8ec247737d2c9e8dba50f20eb01a60
tree94ddfdaa455d7d86bff99f08572903a58bf89bc7
parentdcc46991d3c5b30a3944578511f9a51a71cc0078
NFSD: Clean up switch statement in nfsd_dispatch()

Reorder the arms so the compiler places checks for the most frequent
case first.

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