mm, hmm: use devm semantics for hmm_devmem_{add, remove}
authorDan Williams <[email protected]>
Fri, 28 Dec 2018 08:35:07 +0000 (00:35 -0800)
committerLinus Torvalds <[email protected]>
Fri, 28 Dec 2018 20:11:47 +0000 (12:11 -0800)
commit58ef15b765af0d2cbe6799ec564f1dc485010ab8
tree392b19ef2cad7086d1b8205aa69306e311c65073
parent69324b8f48339de2f90fdf2f774687fc6c47629a
mm, hmm: use devm semantics for hmm_devmem_{add, remove}

devm semantics arrange for resources to be torn down when
device-driver-probe fails or when device-driver-release completes.
Similar to devm_memremap_pages() there is no need to support an explicit
remove operation when the users properly adhere to devm semantics.

Note that devm_kzalloc() automatically handles allocating node-local
memory.

Link: http://lkml.kernel.org/r/154275559545.76910.9186690723515469051.stgit@dwillia2-desk3.amr.corp.intel.com
Signed-off-by: Dan Williams <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Jérôme Glisse <[email protected]>
Cc: "Jérôme Glisse" <[email protected]>
Cc: Logan Gunthorpe <[email protected]>
Cc: Balbir Singh <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/hmm.h
mm/hmm.c