Whamcloud - gitweb
b=20878 change kernelcomms from netlink to pipes
[fs/lustre-release.git] / libcfs / include / libcfs / posix / libcfs.h
index c16d8d9..c0d5913 100644 (file)
 #include <libcfs/user-tcpip.h>
 #include <libcfs/posix/posix-wordsize.h>
 #include <libcfs/user-bitops.h>
-#include <libcfs/posix/posix-kernelcomm.h>
 
 # define cfs_gettimeofday(tv) gettimeofday(tv, NULL);
 typedef unsigned long long cfs_cycles_t;
@@ -126,6 +125,9 @@ typedef struct dentry cfs_dentry_t;
 typedef struct dirent64 cfs_dirent_t;
 #endif
 
+#define cfs_get_fd(x)   NULL
+#define cfs_put_file(f) do {} while (0)
+
 #ifdef __linux__
 /* Userpace byte flipping */
 # include <endian.h>