commit | fc1b20659597015a30e8ea032f168e97848c1d39 | [log] [tgz] |
---|---|---|
author | Aditya Pakki <pakki001@umn.edu> | Tue Dec 17 16:50:47 2019 -0600 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Dec 19 17:46:08 2019 -0500 |
tree | 0ca6aa2b67e11d544211a18df813ae97717b80e4 | |
parent | 57f64034966fb945fc958f95f0c51e47af590344 [diff] |
nfsd: remove unnecessary assertion in nfsd4_encode_replay The replay variable is set in the only caller of nfsd4_encode_replay. The assertion is unnecessary and the patch removes this check. Signed-off-by: Aditya Pakki <pakki001@umn.edu> Signed-off-by: J. Bruce Fields <bfields@redhat.com>