Message ID | 1419739923-28799-1-git-send-email-xerofoify@gmail.com (mailing list archive) |
---|---|
State | Rejected, archived |
Delegated to: | Mike Snitzer |
Headers | show |
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>
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(-)