]> 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)
commitc46aa9068f9bc3a088cc519790e3385fd2185936
treeb0bdc28e27e7e3136c0752c8b35bc836f2c4a0b4
parent5f6069e3d64631509287c96d8f1cacf4174a3aa3
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