* [PATCH] drivers:md: Remove unneeded fix me comments in dm-bio-prison.h
@ 2014-12-28 4:12 Nicholas Krause
0 siblings, 0 replies; only message in thread
From: Nicholas Krause @ 2014-12-28 4:12 UTC (permalink / raw)
To: agk; +Cc: linux-raid, dm-devel, linux-kernel, snitzer
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@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-28 4:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 4:12 [PATCH] drivers:md: Remove unneeded fix me comments in dm-bio-prison.h Nicholas Krause
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).