]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Fix bad checking of max taglen in callback request
authorKinglong Mee <kinglongmee@gmail.com>
Thu, 24 Sep 2015 12:58:16 +0000 (20:58 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 21 Oct 2015 20:49:23 +0000 (15:49 -0500)
commit403889c0399c01a12877e3736ae1e96c9ded27be
tree7e6843c179a2c98d9e3a973a484c104030d3bef7
parent45724e8a5b2a69b9524fd16ff73345fab9aae279
NFS: Fix bad checking of max taglen in callback request

The taglen should be checked with CB_OP_TAGLEN_MAXSZ directly.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/callback_xdr.c