From 8581e0afeb645da83025499ad60365052e23084e Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Mon, 5 Jan 2004 18:07:18 +0000 Subject: [PATCH] We haven't opened objects on OSTs in a long time. Remove unused field. --- lustre/include/linux/obd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/include/linux/obd.h b/lustre/include/linux/obd.h index 00626178f9..42d823ae1b 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 */ -- GitLab