From 8cd5c42bd76922f27516cc4bc1e11aaba92dc68e Mon Sep 17 00:00:00 2001 From: zab Date: Wed, 15 Oct 2003 22:00:10 +0000 Subject: [PATCH] trivial: remove the unused fd_ost_och member from ll_file_data --- lustre/liblustre/llite_lib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/liblustre/llite_lib.h b/lustre/liblustre/llite_lib.h index 977dbca..409f9e2 100644 --- a/lustre/liblustre/llite_lib.h +++ b/lustre/liblustre/llite_lib.h @@ -12,7 +12,6 @@ struct ll_file_data { struct obd_client_handle fd_mds_och; - struct obd_client_handle fd_ost_och; __u32 fd_flags; }; -- 1.8.3.1