From: yury Date: Wed, 16 Mar 2005 08:05:07 +0000 (+0000) Subject: - fix in mds_cancel_cookie_cb() with freeing lsm. X-Git-Tag: 1.3.4~58 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=314b3f43df33381b3bc767536ca2106d3b6e3619;p=fs%2Flustre-release.git - fix in mds_cancel_cookie_cb() with freeing lsm. --- diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index 6652b0e..de5d014 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -83,9 +83,9 @@ static void mds_cancel_cookies_cb(struct obd_device *obd, CERROR("error cancelling %d log cookies: rc %d\n", (int)(mlcd->mlcd_cookielen / sizeof(*mlcd->mlcd_cookies)), rc); + obd_free_memmd(obd->u.mds.mds_dt_exp, &lsm); } - obd_free_memmd(obd->u.mds.mds_dt_exp, &lsm); OBD_FREE(mlcd, mlcd->mlcd_size); }