Whamcloud - gitweb
LU-1330 obdclass: add obd_target.h
[fs/lustre-release.git] / lustre / include / lu_target.h
index bc5b327..3192adf 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, Whamcloud, Inc.
+ * Copyright (c) 2011, 2012, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -52,11 +52,11 @@ struct lu_target {
         /** Server last transaction number */
         __u64                    lut_last_transno;
         /** Lock protecting last transaction number */
-        cfs_spinlock_t           lut_translock;
-        /** Lock protecting client bitmap */
-        cfs_spinlock_t           lut_client_bitmap_lock;
-        /** Bitmap of known clients */
-        unsigned long           *lut_client_bitmap;
+       spinlock_t               lut_translock;
+       /** Lock protecting client bitmap */
+       spinlock_t               lut_client_bitmap_lock;
+       /** Bitmap of known clients */
+       unsigned long           *lut_client_bitmap;
 };
 
 typedef void (*tgt_cb_t)(struct lu_target *lut, __u64 transno,