NFSD: Remove the RETURN_STATUS() macro
authorChuck Lever <chuck.lever@oracle.com>
Thu, 1 Oct 2020 22:59:54 +0000 (18:59 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 2 Oct 2020 13:37:42 +0000 (09:37 -0400)
commit14168d678a0fa0645609417ad9c384a7c6f895fd
tree9eca790564709e631c602d269b67b0fd68ca6b08
parentf0af22101d9072c6488b8d20d6e33338669029fe
NFSD: Remove the RETURN_STATUS() macro

Refactor: I'm about to change the return value from .pc_func. Clear
the way by replacing the RETURN_STATUS() macro with logic that
plants the status code directly into the response structure.

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