[dm-devel] [PATCH] drivers:md: Remove unneeded fix me comments in dm-bio-prison.h

Nicholas Krause xerofoify at gmail.com
Sun Dec 28 04:12:03 UTC 2014


Removes two unneeded fix me comments for removing the header files,
persistent-data/dm-block-manager.h and dm-thin-metadata.h. These
headers are needed in order to build this file successfully and
for it to run,thus the comments should be removed as they are no
longer needed.

Signed-off-by: Nicholas Krause <xerofoify at gmail.com>
---
 drivers/md/dm-bio-prison.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/md/dm-bio-prison.h b/drivers/md/dm-bio-prison.h
index 74cf011..15c31cf 100644
--- a/drivers/md/dm-bio-prison.h
+++ b/drivers/md/dm-bio-prison.h
@@ -7,8 +7,8 @@
 #ifndef DM_BIO_PRISON_H
 #define DM_BIO_PRISON_H
 
-#include "persistent-data/dm-block-manager.h" /* FIXME: for dm_block_t */
-#include "dm-thin-metadata.h" /* FIXME: for dm_thin_id */
+#include "persistent-data/dm-block-manager.h"
+#include "dm-thin-metadata.h"
 
 #include <linux/bio.h>
 #include <linux/rbtree.h>
-- 
2.1.0




More information about the dm-devel mailing list