Skip to content
Commit de7e71ef authored by Linus Torvalds's avatar Linus Torvalds
Browse files

mm: simplify and improve print_vma_addr() output



Use '%pD' to print out the filename, and print out the actual offset
within the file too, rather than just what the virtual address of the
mapping is (which doesn't tell you anything about any mapping offsets).

Also, use the exact vma_lookup() instead of find_vma() - the latter
looks up any vma _after_ the address, which is of questionable value
(yes, maybe you fell off the beginning, but you'd be more likely to fall
off the end).

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f8a6e48c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment