]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit97870955652ba20d70006191b600058d4eeea64a
treeb0b0a667cf9ecccabc26cd7afceed05815066aa6
parent5fda2297e60cf4ad7d6cc440b1f1192fea015ec6
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