diff --git a/src/rgw/rgw_file.cc b/src/rgw/rgw_file.cc index 3fe8ba05591..fd0c21db28d 100644 --- a/src/rgw/rgw_file.cc +++ b/src/rgw/rgw_file.cc @@ -1419,7 +1419,6 @@ int rgw_umount(struct rgw_fs *rgw_fs, uint32_t flags) { RGWLibFS *fs = static_cast(rgw_fs->fs_private); fs->close(); - fs->rele(); return 0; }