From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicholas Krause Subject: [PATCH] drivers:md: Remove unneeded fix me comments in dm-bio-prison.h Date: Sat, 27 Dec 2014 23:12:03 -0500 Message-ID: <1419739923-28799-1-git-send-email-xerofoify@gmail.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: agk@redhat.com Cc: linux-raid@vger.kernel.org, dm-devel@redhat.com, linux-kernel@vger.kernel.org, snitzer@redhat.com List-Id: linux-raid.ids 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 --- 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 #include -- 2.1.0