Skip to content
Snippets Groups Projects
Commit c74baef3 authored by alex's avatar alex
Browse files

b=2837

b=3582

  inproper kunmap() usage fixed
parent a302a9c6
No related merge requests found
...@@ -717,7 +717,7 @@ int mds_commitrw(int cmd, struct obd_export *exp, struct obdo *oa, ...@@ -717,7 +717,7 @@ int mds_commitrw(int cmd, struct obd_export *exp, struct obdo *oa,
((char *) de + DIR_REC_LEN(de->namelen)); ((char *) de + DIR_REC_LEN(de->namelen));
entries++; entries++;
} }
kunmap(buf); kunmap(lnb->page);
} }
for (i = 0, lnb = res; i < obj->ioo_bufcnt; i++, lnb++) for (i = 0, lnb = res; i < obj->ioo_bufcnt; i++, lnb++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment