Whamcloud - gitweb
b=17167 libcfs: ensure all libcfs exported symbols to have cfs_ prefix
[fs/lustre-release.git] / lustre / include / linux / lprocfs_status.h
index 1c0234a..f1c22c9 100644 (file)
@@ -59,8 +59,8 @@
 #include <libcfs/libcfs.h>
 #include <linux/statfs.h>
 
-#else 
-#  define kstatfs statfs
+#else
+typedef struct statfs cfs_kstatfs_t;
 #endif
 
 #endif /* LPROCFS_SNMP_H */