You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Linus Torvalds
parent
71ef2a46fc
commit
605d9288b3
+1
-1
@@ -73,7 +73,7 @@ extern unsigned int kobjsize(const void *objp);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* vm_flags..
|
||||
* vm_flags in vm_area_struct, see mm_types.h.
|
||||
*/
|
||||
#define VM_READ 0x00000001 /* currently active flags */
|
||||
#define VM_WRITE 0x00000002
|
||||
|
||||
Reference in New Issue
Block a user