aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
diff options
context:
space:
mode:
authorHugh Dickins <hugh@veritas.com>2008-08-16 11:07:21 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2008-08-16 16:45:56 -0700
commit605d9288b3e8a3d15e6f36185c2fc737b6979572 (patch)
tree010addb96a08b07eaef0db1231bb395c719bb857 /include/linux/mm_types.h
parent71ef2a46fce43042a60d7ccbf55ecbd789c03c2e (diff)
mm: VM_flags comment fixes
Try to comment away a little of the confusion between mm's vm_area_struct vm_flags and vmalloc's vm_struct flags: based on an idea by Ulrich Drepper. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/mm_types.h')
-rw-r--r--include/linux/mm_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
index 386edbe2cb4..bf334138c7c 100644
--- a/include/linux/mm_types.h
+++ b/include/linux/mm_types.h
@@ -113,7 +113,7 @@ struct vm_area_struct {
struct vm_area_struct *vm_next;
pgprot_t vm_page_prot; /* Access permissions of this VMA. */
- unsigned long vm_flags; /* Flags, listed below. */
+ unsigned long vm_flags; /* Flags, see mm.h. */
struct rb_node vm_rb;