예제 #1
0
static int osc_cl_process_config(const struct lu_env *env,
				 struct lu_device *d, struct lustre_cfg *cfg)
{
	return osc_process_config_base(d->ld_obd, cfg);
}
예제 #2
0
파일: osc_dev.c 프로젝트: Lezval/lustre
static int osc_cl_process_config(const struct lu_env *env,
                                 struct lu_device *d, struct lustre_cfg *cfg)
{
        ENTRY;
        RETURN(osc_process_config_base(d->ld_obd, cfg));
}