linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Chintan Pandya <cpandya@codeaurora.org>
To: Murilo Opsfelder Araujo <mopsfelder@gmail.com>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm: ksm: Remove unused function process_timeout()
Date: Thu, 04 Sep 2014 14:41:47 +0530	[thread overview]
Message-ID: <54082CD3.1080307@codeaurora.org> (raw)
In-Reply-To: <1407756165-1906-1-git-send-email-mopsfelder@gmail.com>

On 08/11/2014 04:52 PM, Murilo Opsfelder Araujo wrote:
> This patch fixes compilation warning:
>
> mm/ksm.c:1711:13: warning: a??process_timeouta?? defined but not used [-Wunused-function]
>
> Signed-off-by: Murilo Opsfelder Araujo<mopsfelder@gmail.com>
> ---
>   mm/ksm.c | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/mm/ksm.c b/mm/ksm.c
> index f7de4c0..434a50a 100644
> --- a/mm/ksm.c
> +++ b/mm/ksm.c
> @@ -1708,11 +1708,6 @@ static void ksm_do_scan(unsigned int scan_npages)
>   	}
>   }
>
> -static void process_timeout(unsigned long __data)
> -{
> -	wake_up_process((struct task_struct *)__data);
> -}
> -
>   static int ksmd_should_run(void)
>   {
>   	return (ksm_run&  KSM_RUN_MERGE)&&  !list_empty(&ksm_mm_head.mm_list);


The original KSM patch which introduced this function (by mistake) has 
been re-sent for reviews. So, we can drop this at the moment.

-- 
Chintan Pandya

QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a
member of the Code Aurora Forum, hosted by The Linux Foundation

--
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>

      reply	other threads:[~2014-09-04  9:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-11 11:22 [PATCH] mm: ksm: Remove unused function process_timeout() Murilo Opsfelder Araujo
2014-09-04  9:11 ` Chintan Pandya [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54082CD3.1080307@codeaurora.org \
    --to=cpandya@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mopsfelder@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).