Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.6.0, Lustre 2.5.1, Lustre 2.4.3
-
None
-
3
-
14224
Description
static int osp_init_last_seq(const struct lu_env *env, struct osp_device *osp)
{
............
rc = osp_write_local_file(env, osp, dto, &osi->osi_lb,
osi->osi_off);
<------------ check return value here.
}
}