All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: fengguang.wu@intel.com, mm-commits@vger.kernel.org
Subject: [merged] readahead-remove-redundant-test-in-shrink_readahead_size_eio.patch removed from -mm tree
Date: Wed, 17 Jun 2009 11:33:01 -0700	[thread overview]
Message-ID: <200906171833.n5HIX1TH031601@imap1.linux-foundation.org> (raw)


The patch titled
     readahead: remove redundant test in shrink_readahead_size_eio()
has been removed from the -mm tree.  Its filename was
     readahead-remove-redundant-test-in-shrink_readahead_size_eio.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: readahead: remove redundant test in shrink_readahead_size_eio()
From: Wu Fengguang <fengguang.wu@intel.com>

Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/filemap.c |    3 ---
 1 file changed, 3 deletions(-)

diff -puN mm/filemap.c~readahead-remove-redundant-test-in-shrink_readahead_size_eio mm/filemap.c
--- a/mm/filemap.c~readahead-remove-redundant-test-in-shrink_readahead_size_eio
+++ a/mm/filemap.c
@@ -1004,9 +1004,6 @@ EXPORT_SYMBOL(grab_cache_page_nowait);
 static void shrink_readahead_size_eio(struct file *filp,
 					struct file_ra_state *ra)
 {
-	if (!ra->ra_pages)
-		return;

                 reply	other threads:[~2009-06-17 18:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200906171833.n5HIX1TH031601@imap1.linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=fengguang.wu@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.