Whamcloud - gitweb
Properly propagate oinfo flags from lov to osc for statfs
authorshadow <shadow>
Fri, 8 Aug 2008 06:19:49 +0000 (06:19 +0000)
committershadow <shadow>
Fri, 8 Aug 2008 06:19:49 +0000 (06:19 +0000)
Branch b1_6
b=16006
i=shadow
i=johann

lustre/ChangeLog
lustre/lov/lov_request.c

index a16f3c9..fb8879f 100644 (file)
@@ -82,6 +82,11 @@ tbd Sun Microsystems, Inc.
        * Output of lfs quota has been made less detailed by default,
          old (verbose) output can be obtained by using -v option.
 
+Severity   : normal
+Bugzilla   : 16006
+Description: Properly propagate oinfo flags from lov to osc for statfs   
+Details    : restore missing copy oi_flags to lov requests.
+
 Severity   : enhancement
 Bugzilla   : 16581
 Description: Add man pages for llobdstat(8), llstat(8), plot-llstat(8),
index 9db9bd1..9fde960 100644 (file)
@@ -1639,6 +1639,7 @@ int lov_prep_statfs_set(struct obd_device *obd, struct obd_info *oinfo,
 
                 req->rq_idx = i;
                 req->rq_oi.oi_cb_up = cb_statfs_update;
+                req->rq_oi.oi_flags = oinfo->oi_flags;
                 req->rq_rqset = set;
 
                 lov_set_add_req(req, set);