Updated to 2.6.32.27
/drivers/md/bitmap.h
blob:7e38d13ddcacce54b47206f191af739ce84d436c -> blob:86950bc527afd7c696f5fc2b89543b46cca33193
--- drivers/md/bitmap.h
+++ drivers/md/bitmap.h
@@ -254,6 +254,9 @@ struct bitmap {
wait_queue_head_t write_wait;
wait_queue_head_t overflow_wait;
+#ifndef __GENKSYMS__
+ wait_queue_head_t behind_wait;
+#endif
};
/* the bitmap API */