[PATCH 10/11] pagewalk: remove argument hmask from hugetlb_entry()

2014-02-10 Thread Naoya Horiguchi
hugetlb_entry() doesn't use the argument hmask any more, so let's remove it now. Signed-off-by: Naoya Horiguchi --- fs/proc/task_mmu.c | 12 ++-- include/linux/mm.h | 5 ++--- mm/pagewalk.c | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git v3.14-rc2.orig/fs/pro

[PATCH 10/11] pagewalk: remove argument hmask from hugetlb_entry()

2014-01-13 Thread Naoya Horiguchi
hugetlb_entry() doesn't use the argument hmask any more, so let's remove it now. Signed-off-by: Naoya Horiguchi --- fs/proc/task_mmu.c | 12 ++-- include/linux/mm.h | 5 ++--- mm/pagewalk.c | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git mmotm-2014-01-09-16-2

[PATCH 10/11] pagewalk: remove argument hmask from hugetlb_entry()

2013-12-11 Thread Naoya Horiguchi
hugetlb_entry() doesn't use the argument hmask any more, so let's remove it now. Signed-off-by: Naoya Horiguchi --- fs/proc/task_mmu.c | 12 ++-- include/linux/mm.h | 5 ++--- mm/pagewalk.c | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git v3.13-rc3-mmots-2013-

[PATCH 10/11] pagewalk: remove argument hmask from hugetlb_entry()

2013-10-30 Thread Naoya Horiguchi
All of callbacks connected to hugetlb_entry() are changed not to use the argument hmask. So we can remove it now. Signed-off-by: Naoya Horiguchi --- fs/proc/task_mmu.c | 12 ++-- include/linux/mm.h | 5 ++--- mm/pagewalk.c | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-)

[PATCH 10/11] pagewalk: remove argument hmask from hugetlb_entry()

2013-10-14 Thread Naoya Horiguchi
All of callbacks connected to hugetlb_entry() are changed not to use the argument hmask. So we can remove it now. Signed-off-by: Naoya Horiguchi --- fs/proc/task_mmu.c | 12 ++-- include/linux/mm.h | 5 ++--- mm/pagewalk.c | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-)