Whamcloud - gitweb
We haven't opened objects on OSTs in a long time. Remove unused field.
authoradilger <adilger>
Mon, 5 Jan 2004 18:07:18 +0000 (18:07 +0000)
committeradilger <adilger>
Mon, 5 Jan 2004 18:07:18 +0000 (18:07 +0000)
lustre/include/linux/obd.h

index 0062617..42d823a 100644 (file)
@@ -46,7 +46,6 @@ struct loi_oap_pages {
 struct lov_oinfo {                 /* per-stripe data structure */
         __u64 loi_id;              /* object ID on the target OST */
         __u64 loi_gr;              /* object group on the target OST */
-        struct lustre_handle *loi_handle; /* open file handle for obj on OST */
         int loi_ost_idx;           /* OST stripe index in lov_tgt_desc->tgts */
         int loi_ost_gen;           /* generation of this loi_ost_idx */