Commit eafdd7e
nfsd: delete unnecessary NULL check in __fh_verify()
In commit 4a0de50 ("nfsd: decouple the xprtsec policy check from
check_nfsd_access()") we added a NULL check on "rqstp" to earlier in
the function. This check is no longer required so delete it.
Signed-off-by: Dan Carpenter <[email protected]>
Reviewed-by: Scott Mayhew <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>1 parent e0963ce commit eafdd7e
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
407 | | - | |
408 | | - | |
| 406 | + | |
409 | 407 | | |
410 | 408 | | |
411 | 409 | | |
| |||
0 commit comments