Whamcloud - gitweb
LU-1346 libcfs: replace libcfs wrappers with kernel API
[fs/lustre-release.git] / libcfs / include / libcfs / winnt / winnt-fs.h
index 50a4543..c78101b 100644 (file)
@@ -1,6 +1,4 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * GPL HEADER START
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -240,7 +238,7 @@ struct inode {
         int             i_uid;
         int             i_gid;
         __u32           i_flags;
-        cfs_mutex_t     i_sem;
+       struct mutex    i_sem;
         void *          i_priv;
 };
 
@@ -376,10 +374,6 @@ int radix_tree_insert(struct radix_tree_root *root, unsigned long index,
                       void *item);
 void *radix_tree_delete(struct radix_tree_root *root, unsigned long index);
 
-typedef struct cfs_rcu_head {
-    int     foo;
-} cfs_rcu_head_t;
-
 #else  /* !__KERNEL__ */
 
 #if !defined(_WINDOWS_)