]> 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)
commit62f40b30930a8ca2e57d4af1d762f1f54860707e
tree0ca6aa2b67e11d544211a18df813ae97717b80e4
parentec8495bd0095a03c10137c96c31fdf1ba966ebf2
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