Whamcloud - gitweb
Need to include mount_utils.h in the _SOURCES for the tools that use it.
[fs/lustre-release.git] / lustre / include / lustre_lite.h
index 8821a75..f2c37bf 100644 (file)
@@ -137,4 +137,23 @@ static inline int ll_ocd_update(struct obd_device *host,
         RETURN(result);
 }
 
+/*      
+ * Chain of hash overflow pages.
+ */            
+struct ll_dir_chain {
+        /* XXX something. Later */
+};
+        
+static inline void ll_dir_chain_init(struct ll_dir_chain *chain)
+{       
+}
+
+static inline void ll_dir_chain_fini(struct ll_dir_chain *chain)
+{
+}
+
+static inline __u32 hash_x_index(__u32 value)
+{
+        return ((__u32)~0) - value;
+}
 #endif