]> asedeno.scripts.mit.edu Git - linux.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)
commitfc1b20659597015a30e8ea032f168e97848c1d39
tree0ca6aa2b67e11d544211a18df813ae97717b80e4
parent57f64034966fb945fc958f95f0c51e47af590344
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