Re: [PATCH] mm: thp: correct split_huge_pages file permission

2016-04-15 Thread Kirill A. Shutemov
On Fri, Apr 15, 2016 at 11:10:05AM -0700, Yang Shi wrote: > split_huge_pages doesn't support get method at all, so the read permission > sounds confusing, change the permission to write only. > > And, add "\n" to the output of set method to make it more readable. > > Signed-off-by: Yang Shi Ack

[PATCH] mm: thp: correct split_huge_pages file permission

2016-04-15 Thread Yang Shi
split_huge_pages doesn't support get method at all, so the read permission sounds confusing, change the permission to write only. And, add "\n" to the output of set method to make it more readable. Signed-off-by: Yang Shi --- mm/huge_memory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletio