]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.x: Fix wraparound issues when validing the callback sequence id
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 23 Jan 2016 21:57:58 +0000 (16:57 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 24 Jan 2016 22:12:49 +0000 (17:12 -0500)
commit46a0300a273c896d7f015b2113449a6e5928c460
treeb0bdc28e27e7e3136c0752c8b35bc836f2c4a0b4
parent8bd6bb1b8d3f26d7d42692a727ee1c3c8b9a151f
NFSv4.x: Fix wraparound issues when validing the callback sequence id

We need to make sure that we don't allow args->csa_sequenceid == 0.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/callback_proc.c