From: Sachin Prabhu Date: Thu, 22 Mar 2012 16:46:28 +0000 (+0000) Subject: Fix length of buffer copied in __nfs4_get_acl_uncached X-Git-Tag: v3.4-rc1~51^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e0fa98b751facf9a1101edaefbc19c82616a68;p=pandora-kernel.git Fix length of buffer copied in __nfs4_get_acl_uncached _copy_from_pages() used to copy data from the temporary buffer to the user passed buffer is passed the wrong size parameter when copying data. res.acl_len contains both the bitmap and acl lenghts while acl_len contains the acl length after adjusting for the bitmap size. Signed-off-by: Sachin Prabhu Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed