All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memremap: Remove stale comments
@ 2020-02-05  0:50 ira.weiny
  2020-02-05  6:09 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: ira.weiny @ 2020-02-05  0:50 UTC (permalink / raw)
  To: linux-kernel, Jason Gunthorpe; +Cc: Ira Weiny, Dan Williams, Christoph Hellwig

From: Ira Weiny <ira.weiny@intel.com>

TO: linux-kernel@vger.kernel.org
TO: Jason Gunthorpe <jgg@ziepe.ca>
CC: Dan Williams <dan.j.williams@intel.com>
CC: Christoph Hellwig <hch@lst.de>
Fixes: 80a72d0af05a ("memremap: remove the data field in struct dev_pagemap")
Fixes: fdc029b19dfd ("memremap: remove the dev field in struct dev_pagemap")
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
---
 include/linux/memremap.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/memremap.h b/include/linux/memremap.h
index 6fefb09af7c3..edfd1ec6c165 100644
--- a/include/linux/memremap.h
+++ b/include/linux/memremap.h
@@ -98,8 +98,6 @@ struct dev_pagemap_ops {
  * @ref: reference count that pins the devm_memremap_pages() mapping
  * @internal_ref: internal reference if @ref is not provided by the caller
  * @done: completion for @internal_ref
- * @dev: host device of the mapping for debug
- * @data: private data pointer for page_free()
  * @type: memory type: see MEMORY_* in memory_hotplug.h
  * @flags: PGMAP_* flags to specify defailed behavior
  * @ops: method table
-- 
2.21.0


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

* Re: [PATCH] memremap: Remove stale comments
  2020-02-05  0:50 [PATCH] memremap: Remove stale comments ira.weiny
@ 2020-02-05  6:09 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2020-02-05  6:09 UTC (permalink / raw)
  To: ira.weiny; +Cc: linux-kernel, Jason Gunthorpe, Dan Williams, Christoph Hellwig

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>

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

end of thread, other threads:[~2020-02-05  6:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05  0:50 [PATCH] memremap: Remove stale comments ira.weiny
2020-02-05  6:09 ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.