Merge pull request #15152 from guihecheng/rgw_file-extra-rele

rgw_file: removed extra rele() on fs in rgw_umount()
This commit is contained in:
Jos Collin 2017-05-18 19:18:00 +05:30 committed by GitHub
commit 53a9ccf96f

View File

@ -1421,7 +1421,6 @@ int rgw_umount(struct rgw_fs *rgw_fs, uint32_t flags)
{
RGWLibFS *fs = static_cast<RGWLibFS*>(rgw_fs->fs_private);
fs->close();
fs->rele();
return 0;
}