@ -438,7 +438,7 @@ _open(const fuse_req_ctx_t *ctx_,
return (val_.second.ref_count <= 0);
});
if((rv < 0) && (rv != -ENOENT))
if(rv < 0)
__builtin_trap();
return rv;