mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
docs: rename Documentation/vm to Documentation/mm
so it will be consistent with code mm directory and with Documentation/admin-guide/mm and won't be confused with virtual machines. Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Suggested-by: Matthew Wilcox <willy@infradead.org> Tested-by: Ira Weiny <ira.weiny@intel.com> Acked-by: Jonathan Corbet <corbet@lwn.net> Acked-by: Wu XiangCheng <bobwxc@email.cn>
This commit is contained in:
parent
46a3b11253
commit
ee65728e10
107 changed files with 89 additions and 93 deletions
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Authors: Jérôme Glisse <jglisse@redhat.com>
|
||||
*
|
||||
* See Documentation/vm/hmm.rst for reasons and overview of what HMM is.
|
||||
* See Documentation/mm/hmm.rst for reasons and overview of what HMM is.
|
||||
*/
|
||||
#ifndef LINUX_HMM_H
|
||||
#define LINUX_HMM_H
|
||||
|
@ -100,7 +100,7 @@ struct hmm_range {
|
|||
};
|
||||
|
||||
/*
|
||||
* Please see Documentation/vm/hmm.rst for how to use the range API.
|
||||
* Please see Documentation/mm/hmm.rst for how to use the range API.
|
||||
*/
|
||||
int hmm_range_fault(struct hmm_range *range);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue