Whamcloud - gitweb
Properly propagate oinfo flags from lov to osc for statfs
authorshadow <shadow>
Thu, 7 Aug 2008 17:42:52 +0000 (17:42 +0000)
committershadow <shadow>
Thu, 7 Aug 2008 17:42:52 +0000 (17:42 +0000)
Branch HEAD
b=16006
i=shadow
i=johann

lustre/ChangeLog
lustre/lov/lov_request.c

index 7aa93b3..a726c5a 100644 (file)
@@ -12,6 +12,11 @@ tbd  Sun Microsystems, Inc.
        * RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a
         removed cwd "./" (refer to Bugzilla 14399).
 
+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 2108879..00805bb 100644 (file)
@@ -1653,6 +1653,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);