linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] md:Remove no longer needed fix me comment in dm-region-hash.c for removing the structure pointer, *rh from the definiton of dm_region
@ 2015-01-20  3:16 Nicholas Krause
  2015-01-20 11:19 ` [dm-devel] " Alasdair G Kergon
  0 siblings, 1 reply; 6+ messages in thread
From: Nicholas Krause @ 2015-01-20  3:16 UTC (permalink / raw)
  To: agk; +Cc: linux-raid, dm-devel, linux-kernel, snitzer

Removes the no longer needed fix me comment questioning if we need to remove
the structure pointer,rh as defined as a structure of type dsm_region_hash
from the definition of the structure, dm_region. Furthermore this  pointer is
needed in order for various functions to run and build successfully in the file,
dm-region-hash.c.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
---
 drivers/md/dm-region-hash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/md/dm-region-hash.c b/drivers/md/dm-region-hash.c
index b929fd5..823d56f 100644
--- a/drivers/md/dm-region-hash.c
+++ b/drivers/md/dm-region-hash.c
@@ -99,7 +99,7 @@ struct dm_region_hash {
 };
 
 struct dm_region {
-	struct dm_region_hash *rh;	/* FIXME: can we get rid of this ? */
+	struct dm_region_hash *rh;
 	region_t key;
 	int state;
 
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-26 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20  3:16 [PATCH RESEND] md:Remove no longer needed fix me comment in dm-region-hash.c for removing the structure pointer, *rh from the definiton of dm_region Nicholas Krause
2015-01-20 11:19 ` [dm-devel] " Alasdair G Kergon
2015-01-20 11:36   ` nick
2015-01-20 11:40     ` [dm-devel] " Alasdair G Kergon
2015-01-20 13:17       ` Nick Krause
2015-01-26 20:09         ` Nick 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).