commit | 8ad560d2565e64b8be0cf5901c1e8fe034ac5599 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu May 31 09:07:21 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 01 09:00:16 2018 -0700 |
tree | a137e6d45738351525fba7e4852d55721214e88b | |
parent | a03f1641c7a6d4e88c6aae0cd3d52305cdb967a0 [diff] |
xfs: strengthen rtalloc query range checks Strengthen the rtalloc range query checks to make sure that the keys do not run off the end of the realtime device inappropriately. Note that the query range functions require units of rt extents, not blocks, despite the type name. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Reviewed-by: Bill O'Donnell <billodo@redhat.com>