Re: [PATCH 22/31] x86, pkeys: dump pkey from VMA in /proc/pid/smaps
From: Dave Hansen <hidden>
Date: 2016-02-02 19:04:30
Also in:
lkml
From: Dave Hansen <hidden>
Date: 2016-02-02 19:04:30
Also in:
lkml
On 02/02/2016 08:11 AM, Vlastimil Babka wrote:
quoted
+void __weak arch_show_smap(struct seq_file *m, struct vm_area_struct *vma) +{ +}Is it valid that this serves also as a declaration? Or should it be also in some header?
I guess having it in a header would make it less likely that someone screws up a definition farther down the line. But, it also seemed a wee bit of overkill for a single user. I'm happy to send a follow-on patch to add it to a header somewhere. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>