Whamcloud - gitweb
LU-2469 tests: use MDS/OSTDEV and MDS/OSTDEVBASE with zfs
[fs/lustre-release.git] / lustre / osd-zfs / udmu.h
index 45487b6..5708bde 100644 (file)
@@ -28,7 +28,7 @@
  * Use is subject to license terms.
  */
 /*
- * Copyright (c) 2011, 2012 Whamcloud, Inc.
+ * Copyright (c) 2012, Intel Corporation.
  * Use is subject to license terms.
  */
 /*
@@ -55,7 +55,7 @@
 typedef struct udmu_objset {
        struct objset   *os;
        uint64_t        root;  /* id of root znode */
-       cfs_spinlock_t  lock;  /* protects objects below */
+       spinlock_t      lock;  /* protects objects below */
        uint64_t        objects; /* in-core counter of objects */
        /* SA attr mapping->id,
         * name is the same as in ZFS to use defines SA_ZPL_...*/