Whamcloud - gitweb
LU-6741 osp: Pack small request inline
[fs/lustre-release.git] / lustre / include / obd_target.h
index 14498ff..ed8ec98 100644 (file)
@@ -26,7 +26,7 @@
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, 2012, Intel, Inc.
+ * Copyright (c) 2011, 2014, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -53,11 +53,6 @@ struct obd_device_target {
 struct filter_obd {
        /* NB this field MUST be first */
        struct obd_device_target         fo_obt;
-
-       /* capability related */
-       unsigned int                     fo_fl_oss_capa;
-       struct list_head                 fo_capa_keys;
-       struct hlist_head               *fo_capa_hash;
 };
 
 struct echo_obd {