|
@@ -636,11 +636,11 @@ static int apply_vma_lock_flags(unsigned long start, size_t len,
|
|
|
* is also counted.
|
|
* is also counted.
|
|
|
* Return value: previously mlocked page counts
|
|
* Return value: previously mlocked page counts
|
|
|
*/
|
|
*/
|
|
|
-static int count_mm_mlocked_page_nr(struct mm_struct *mm,
|
|
|
|
|
|
|
+static unsigned long count_mm_mlocked_page_nr(struct mm_struct *mm,
|
|
|
unsigned long start, size_t len)
|
|
unsigned long start, size_t len)
|
|
|
{
|
|
{
|
|
|
struct vm_area_struct *vma;
|
|
struct vm_area_struct *vma;
|
|
|
- int count = 0;
|
|
|
|
|
|
|
+ unsigned long count = 0;
|
|
|
|
|
|
|
|
if (mm == NULL)
|
|
if (mm == NULL)
|
|
|
mm = current->mm;
|
|
mm = current->mm;
|