commit | 9d17e14cc052ecebb572d4546c7deeddc0c6e040 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Apr 21 11:24:41 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Apr 25 09:40:42 2017 -0700 |
tree | d3c8db45e3944d965564257a8b437314b6dc14a1 | |
parent | e2a641922a3592b5ea226624d5abeb13eb49622c [diff] |
xfs: fix __user annotations for xfs_ioc_getfsmap By passing the whole fsmap_head structure and an index we can get the user point annotations right for the embedded variable sized array in struct fsmap_head. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> [darrick: change idx to unsigned int] Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>