izxl007
Results
3
comments of
izxl007
static inline bool export_can_be_mounted(struct gsh_export *exp) { uint32_t options = export_check_options(exp); return (options & EXPORT_OPTION_NFSV4) != 0 && exp->cfg_pseudopath != NULL && exp->export_id != 0 && exp->cfg_pseudopath[1] != '\0'; }...
Removing this condition can fix this issue, but I don't know of any other effects.
请问解决了吗?我也碰到了MOCKER失效执行原函数的问题