commit | 05b7278d510a6a1c23624caee5b0a9667a72e745 | [log] [tgz] |
---|---|---|
author | Olga Kornievskaia <aglo@umich.edu> | Thu Mar 23 14:36:20 2017 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Apr 13 11:18:56 2017 -0400 |
tree | 0e27a8342effb31b05f80235a355ba32e90ac0b6 | |
parent | 23abec20aa7034c5d49b62c0a668f7291c819fab [diff] |
nfsd: fix oops on unsupported operation I'm hitting the BUG in nfsd4_max_reply() at fs/nfsd/nfs4proc.c:2495 when client sends an operation the server doesn't support. in nfsd4_max_reply() it checks for NULL rsize_bop but a non-supported operation wouldn't have that set. Cc: Kinglong Mee <kinglongmee@gmail.com> Fixes: 2282cd2c05e2 "NFSD: Get response size before operation..." Signed-off-by: J. Bruce Fields <bfields@redhat.com>