Whamcloud - gitweb
LU-5478 lov: get rid of obd_* typedefs
[fs/lustre-release.git] / lustre / lov / lov_cl_internal.h
index 9ef0a46..16c7708 100644 (file)
@@ -443,12 +443,12 @@ struct lov_io {
          * starting position within a file, for the current io loop iteration
          * (stripe), used by ci_io_loop().
          */
-        obd_off            lis_pos;
+       loff_t                   lis_pos;
         /**
          * end position with in a file, for the current stripe io. This is
          * exclusive (i.e., next offset after last byte affected by io).
          */
-        obd_off            lis_endpos;
+       loff_t                   lis_endpos;
 
         int                lis_mem_frozen;
         int                lis_stripe_count;