xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*
authorChristoph Hellwig <hch@infradead.org>
Wed, 11 May 2011 15:04:06 +0000 (15:04 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 25 May 2011 15:48:37 +0000 (10:48 -0500)
commit2f2b3220b0566692da14e06ea5fc0d697a78dc7c
tree714a8ac9b2bf41f4253eb340b550023f47d5d593
parentec90c5563413ba6d29607397c54958d49c3461a3
xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*

Make sure to only call xfs_iext_get_ext after we've validate the
extent index in the various xfs_bmap_add_extent_* helpers.

Based on an earlier patch from Lachlan McIlroy.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Lachlan McIlroy <lmcilroy@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_bmap.c
This page took 0.024804 seconds and 5 git commands to generate.