From: adilger Date: Mon, 5 Jan 2004 18:07:18 +0000 (+0000) Subject: We haven't opened objects on OSTs in a long time. Remove unused field. X-Git-Tag: 1.0.3~134 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8581e0afeb645da83025499ad60365052e23084e;p=fs%2Flustre-release.git We haven't opened objects on OSTs in a long time. Remove unused field. --- diff --git a/lustre/include/linux/obd.h b/lustre/include/linux/obd.h index 0062617..42d823a 100644 --- a/lustre/include/linux/obd.h +++ b/lustre/include/linux/obd.h @@ -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 */