Skip to content
Snippets Groups Projects
Commit 21df47de authored by huanghua's avatar huanghua
Browse files

Branch b1_8_gate

b=11930
i=adilger
i=nikita.danilov
i=alex
parent 85e1a190
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,9 @@ static int do_bio_filebacked(struct lloop_device *lo, struct bio *bio)
oa->o_mode = inode->i_mode;
oa->o_id = lsm->lsm_object_id;
oa->o_valid = OBD_MD_FLID | OBD_MD_FLMODE | OBD_MD_FLTYPE;
oa->o_gr = lsm->lsm_object_gr;
oa->o_valid = OBD_MD_FLID | OBD_MD_FLGROUP |
OBD_MD_FLMODE | OBD_MD_FLTYPE;
obdo_from_inode(oa, inode, OBD_MD_FLFID | OBD_MD_FLGENER);
cmd = OBD_BRW_READ;
......
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