Whamcloud - gitweb
- More changes in the connection handle stuff. We are back to where
[fs/lustre-release.git] / lustre / include / linux / obd_support.h
index 15a2dbd..1ad9902 100644 (file)
@@ -110,6 +110,11 @@ do {                                                                         \
 #include <linux/types.h>
 #include <linux/blkdev.h>
 
+static inline void fixme(void)
+{
+        CERROR("FIXME\n");
+}
+
 static inline void OBD_FAIL_WRITE(int id, kdev_t dev)
 {
         if (OBD_FAIL_CHECK(id)) {