lockd: Replace PROC() macro with open code
authorChuck Lever <chuck.lever@oracle.com>
Thu, 1 Oct 2020 22:59:02 +0000 (18:59 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 2 Oct 2020 13:37:41 +0000 (09:37 -0400)
commit49d99608213b60dec319400edf997e0fe0567cdf
tree0e4109b8db3ec27da86acd730f0bd64dad41ed21
parent6b3dccd48de8a4c650b01499a0b09d1e2279649e
lockd: Replace PROC() macro with open code

Clean up: Follow-up on ten-year-old commit b9081d90f5b9 ("NFS: kill
off complicated macro 'PROC'") by performing the same conversion in
the lockd code. To reduce the chance of error, I copied the original
C preprocessor output and then made some minor edits.

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