Whamcloud - gitweb
LU-2764 tests: Remove obsolete comment in local.sh
[fs/lustre-release.git] / lustre / obdclass / local_storage.h
index 177ccbe..d3f6f6e 100644 (file)
@@ -20,7 +20,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright (c) 2012 Whamcloud, Inc.
+ * Copyright (c) 2012, Intel Corporation.
  */
 /*
  * lustre/obdclass/local_storage.c
@@ -45,7 +45,7 @@ struct ls_device {
        struct dt_device        *ls_osd;
        /* list of all local OID storages */
        cfs_list_t               ls_los_list;
-       cfs_mutex_t              ls_los_mutex;
+       struct mutex             ls_los_mutex;
 };
 
 static inline struct ls_device *dt2ls_dev(struct dt_device *d)