]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: remove unnecessary assertion in nfsd4_encode_replay
authorAditya Pakki <pakki001@umn.edu>
Tue, 17 Dec 2019 22:50:47 +0000 (16:50 -0600)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 19 Dec 2019 22:46:08 +0000 (17:46 -0500)
commit1dc0e5df89acff6a8c3d02a629f4cbfe5218c4e5
tree0ca6aa2b67e11d544211a18df813ae97717b80e4
parent2198a8990a180303e6552a4008bb1af33c4663d2
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>
fs/nfsd/nfs4xdr.c