X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosc%2Fosc_io.c;h=b31fdf8c26516571f0ebd555397a83e165da6099;hp=5fe0eb26c898b6c8f8e3e7738fde9d56c4031267;hb=90dfed8469d46f4b79ebdff8121eb109b5db6746;hpb=cfa207a65e9dc08a006460d48c5b583e45428ab1 diff --git a/lustre/osc/osc_io.c b/lustre/osc/osc_io.c index 5fe0eb2..b31fdf8 100644 --- a/lustre/osc/osc_io.c +++ b/lustre/osc/osc_io.c @@ -473,7 +473,7 @@ static int osc_io_setattr_start(const struct lu_env *env, memset(oa, 0, sizeof(*oa)); if (result == 0) { oa->o_id = loi->loi_id; - oa->o_seq = loi->loi_seq; + oa->o_gr = loi->loi_gr; oa->o_mtime = attr->cat_mtime; oa->o_atime = attr->cat_atime; oa->o_ctime = attr->cat_ctime; @@ -635,7 +635,7 @@ static void osc_req_completion(const struct lu_env *env, /** * Implementation of struct cl_req_operations::cro_attr_set() for osc - * layer. osc is responsible for struct obdo::o_id and struct obdo::o_seq + * layer. osc is responsible for struct obdo::o_id and struct obdo::o_gr * fields. */ static void osc_req_attr_set(const struct lu_env *env, @@ -658,7 +658,7 @@ static void osc_req_attr_set(const struct lu_env *env, oa->o_valid |= OBD_MD_FLID; } if (flags & OBD_MD_FLGROUP) { - oa->o_seq = oinfo->loi_seq; + oa->o_gr = oinfo->loi_gr; oa->o_valid |= OBD_MD_FLGROUP; } if (flags & OBD_MD_FLHANDLE) {