xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near
authorDave Chinner <dchinner@redhat.com>
Wed, 11 Jul 2012 21:40:42 +0000 (07:40 +1000)
committerBen Myers <bpm@sgi.com>
Fri, 13 Jul 2012 17:47:58 +0000 (12:47 -0500)
commit1f432a887e9a5a5c25be6ac72b5da13652c8bed3
tree8988bb270ea862ea34315ccbc8698c90bcf236d7
parent9b73bd7b61f320ffe7bda0126592ccf836d7ef90
xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near

The current cursor is reallocated when retrying the allocation, so
the existing cursor needs to be destroyed in both the restart and
the failure cases.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Tested-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_alloc.c