i=adilger
i=shadow
add lsm argument to obd_get_info. For some get_info calls the lsm was being sent as part of the key which was a hack. Now lsm can be sent as an argument.
}
int mdc_get_info(struct obd_export *exp, __u32 keylen, void *key,
- __u32 *vallen, void *val)
+ __u32 *vallen, void *val, struct lov_stripe_md *lsm)
{
int rc = -EINVAL;
ENTRY;
rc = obd_get_info(lov_exp, sizeof(KEY_LOVDESC), KEY_LOVDESC,
- &valsize, &desc);
+ &valsize, &desc, NULL);
if (rc)
RETURN(rc);