NFS: Fix bad defines of callback response maxsize
authorKinglong Mee <kinglongmee@gmail.com>
Thu, 24 Sep 2015 12:57:58 +0000 (20:57 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 21 Oct 2015 20:49:23 +0000 (15:49 -0500)
commit45724e8a5b2a69b9524fd16ff73345fab9aae279
tree18cb5426d8d592b3aeb7f91dd86675b5bcef14aa
parent590184a6cea32c1f864a8e614f44e35a81a53fe0
NFS: Fix bad defines of callback response maxsize

As CB_OP_TAGLEN_MAXSZ, all XXX_MAXSZ should be defined as bit.
Each operation should not cantains CB_OP_TAGLEN_MAXSZ.

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