]> git.baikalelectronics.ru Git - kernel.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)
commitb3b87b992846e481de2ae3ece5c25f7bdaf092dc
tree7e6843c179a2c98d9e3a973a484c104030d3bef7
parent3e8d23b41f4276ea0d49e62316a7ff48d9574c35
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