Fix length of buffer copied in __nfs4_get_acl_uncached
authorSachin Prabhu <sprabhu@redhat.com>
Thu, 22 Mar 2012 16:46:28 +0000 (16:46 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 24 Mar 2012 18:33:26 +0000 (14:33 -0400)
commit20e0fa98b751facf9a1101edaefbc19c82616a68
treeb3a902d953bb60b36886d66d626a68800b020b0a
parent250f6715a4112d6686670c5a62ceb9305da94616
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 <sprabhu@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c