NFSv4: Fix acl buffer size
authorJ. Bruce Fields <bfields@fieldses.org>
Thu, 13 Oct 2005 20:54:32 +0000 (16:54 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Oct 2005 06:19:41 +0000 (23:19 -0700)
commit1d95db8e1688ed54e143a597c5570631a42fa594
treeb0b0a667cf9ecccabc26cd7afceed05815066aa6
parent8c233cf9c2ad6f49df753bdce84fddbf00bf6a75
NFSv4: Fix acl buffer size

 resp_len is passed in as buffer size to decode routine; make sure it's
 set right in case where userspace provides less than a page's worth of
 buffer.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c