commit | e3a746f5aab71f2dd0a83116772922fb37ae29d6 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Thu Jul 12 07:40:42 2012 +1000 |
committer | Ben Myers <bpm@sgi.com> | Fri Jul 13 13:09:18 2012 -0500 |
tree | dadfd36f30612b7364aa8ce0fbd5fceb43814c2a | |
parent | f7bdf03a99efc083608cd9c0c3e03abff311c79e [diff] |
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>