diff options
author | Dan Williams <dan.j.williams@intel.com> | 2018-12-28 00:35:07 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-12-28 12:11:47 -0800 |
commit | 58ef15b765af0d2cbe6799ec564f1dc485010ab8 (patch) | |
tree | 392b19ef2cad7086d1b8205aa69306e311c65073 /fs/gfs2 | |
parent | 69324b8f48339de2f90fdf2f774687fc6c47629a (diff) | |
download | linux-stable-58ef15b765af0d2cbe6799ec564f1dc485010ab8.tar.gz linux-stable-58ef15b765af0d2cbe6799ec564f1dc485010ab8.tar.bz2 linux-stable-58ef15b765af0d2cbe6799ec564f1dc485010ab8.zip |
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 <dan.j.williams@intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jérôme Glisse <jglisse@redhat.com>
Cc: "Jérôme Glisse" <jglisse@redhat.com>
Cc: Logan Gunthorpe <logang@deltatee.com>
Cc: Balbir Singh <bsingharora@gmail.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/gfs2')
0 files changed, 0 insertions, 0 deletions