X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_target.h;h=ed8ec9813302c11b1b763437d84a6a9e5641045d;hb=473bc6473eb8d6d78069a561dbe035e795d8b7e2;hp=330d44fa8ae99f3197c3222fd1e37f045965ef75;hpb=8701e7e4b5ec1b34700c95b9b6588f4745730b72;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_target.h b/lustre/include/obd_target.h index 330d44f..ed8ec98 100644 --- a/lustre/include/obd_target.h +++ b/lustre/include/obd_target.h @@ -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,18 +53,13 @@ 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 { struct obd_device_target eo_obt; struct obdo eo_oa; spinlock_t eo_lock; - __u64 eo_lastino; + u64 eo_lastino; struct lustre_handle eo_nl_lock; atomic_t eo_prep; };