ore: Support for partial component table
[deliverable/linux.git] / fs / exofs / ore.c
index 8354fe061d1ce87e9036666ad1a7ec5b836d6af0..f1b718028a1f181f32c49589d1ab136f2894e626 100644 (file)
@@ -62,6 +62,10 @@ static struct osd_obj_id *_ios_obj(struct ore_io_state *ios, unsigned index)
 
 static struct osd_dev *_ios_od(struct ore_io_state *ios, unsigned index)
 {
+       ORE_DBGMSG2("oc->first_dev=%d oc->numdevs=%d i=%d oc->ods=%p\n",
+                   ios->oc->first_dev, ios->oc->numdevs, index,
+                   ios->oc->ods);
+
        return ore_comp_dev(ios->oc, index);
 }
 
This page took 0.026661 seconds and 5 git commands to generate.