X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fosc%2Fosc_cl_internal.h;h=aa75fca25312f5fdf33de97791a00b74e9787f1f;hb=0754bc8f2623bea184111af216f7567608db35b6;hp=7ca58c5ccc9eb0ee7dba6f63ddc1ac806b45d481;hpb=e8b421531c166b91ab5c1f417570c544bcdd050c;p=fs%2Flustre-release.git diff --git a/lustre/osc/osc_cl_internal.h b/lustre/osc/osc_cl_internal.h index 7ca58c5..aa75fca 100644 --- a/lustre/osc/osc_cl_internal.h +++ b/lustre/osc/osc_cl_internal.h @@ -27,7 +27,7 @@ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * - * Copyright (c) 2012, 2014, Intel Corporation. + * Copyright (c) 2012, 2015, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -161,13 +161,13 @@ struct osc_object { /** * Radix tree for caching pages */ - struct radix_tree_root oo_tree; spinlock_t oo_tree_lock; + struct radix_tree_root oo_tree; unsigned long oo_npages; /* Protect osc_lock this osc_object has */ - spinlock_t oo_ol_spin; struct list_head oo_ol_list; + spinlock_t oo_ol_spin; /** number of active IOs of this object */ atomic_t oo_nr_ios;