linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicholas Krause <xerofoify@gmail.com>
To: agk@redhat.com
Cc: linux-raid@vger.kernel.org, dm-devel@redhat.com,
	linux-kernel@vger.kernel.org, snitzer@redhat.com
Subject: [PATCH] drivers:md: Remove unneeded fix me comments in dm-bio-prison.h
Date: Sat, 27 Dec 2014 23:12:03 -0500	[thread overview]
Message-ID: <1419739923-28799-1-git-send-email-xerofoify@gmail.com> (raw)

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

                 reply	other threads:[~2014-12-28  4:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1419739923-28799-1-git-send-email-xerofoify@gmail.com \
    --to=xerofoify@gmail.com \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=snitzer@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).