All of lore.kernel.org
 help / color / mirror / Atom feed
* + fs-remove-unneeded-plug-in-mpage_readpages.patch added to -mm tree
@ 2011-11-22 23:23 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2011-11-22 23:23 UTC (permalink / raw)
  To: mm-commits; +Cc: linkinjeon, amit.sahrawat83, axboe


The patch titled
     Subject: fs: remove unneeded plug in mpage_readpages()
has been added to the -mm tree.  Its filename is
     fs-remove-unneeded-plug-in-mpage_readpages.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

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

------------------------------------------------------
From: Namjae Jeon <linkinjeon@gmail.com>
Subject: fs: remove unneeded plug in mpage_readpages()

The block plug in mpage_readpages() is duplicates the one in read_pages().

Signed-off-by: Namjae Jeon <linkinjeon@gmail.com>
Signed-off-by: Amit Sahrawat <amit.sahrawat83@gmail.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/mpage.c |    4 ----
 1 file changed, 4 deletions(-)

diff -puN fs/mpage.c~fs-remove-unneeded-plug-in-mpage_readpages fs/mpage.c
--- a/fs/mpage.c~fs-remove-unneeded-plug-in-mpage_readpages
+++ a/fs/mpage.c
@@ -371,9 +371,6 @@ mpage_readpages(struct address_space *ma
 	sector_t last_block_in_bio = 0;
 	struct buffer_head map_bh;
 	unsigned long first_logical_block = 0;
-	struct blk_plug plug;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-22 23:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-22 23:23 + fs-remove-unneeded-plug-in-mpage_readpages.patch added to -mm tree akpm

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.