Whamcloud - gitweb
trivial: remove the unused fd_ost_och member from ll_file_data
authorzab <zab>
Wed, 15 Oct 2003 22:00:10 +0000 (22:00 +0000)
committerzab <zab>
Wed, 15 Oct 2003 22:00:10 +0000 (22:00 +0000)
lustre/liblustre/llite_lib.h

index 977dbca..409f9e2 100644 (file)
@@ -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;
 };