Bug 691422 - cl5DeleteRUV - fix coverity control flow issues
https://bugzilla.redhat.com/show_bug.cgi?id=691422
Resolves: bug 691422
Bug Description: cl5DeleteRUV - fix coverity control flow issues
Reviewed by: nhosoi (Thanks!)
Branch: master
Fix Description: move the if (file_obj) clause after the bail: label - I think this
was the intention of the code - if the while loop was bailed, file_obj may be
acquired, so it would have to be released
Platforms tested: RHEL6 x86_64
Flag Day: no
Doc impact: no