From: Thiago Rondon <maluco@mileniumnet.com.br>
To: linux-mm@kvack.org
Subject: [PATCH] mm/swapfile.c
Date: Wed, 16 May 2001 13:22:44 -0400 (AMT) [thread overview]
Message-ID: <Pine.LNX.4.21.0105161318470.6454-100000@freak.mileniumnet.com.br> (raw)
when we do "goto bad_count", we dont need to do
swap_list_unlock();
--- swapfile.c.orig Wed May 16 13:17:32 2001
+++ swapfile.c Wed May 16 13:18:12 2001
@@ -134,7 +134,7 @@
bad_count:
printk(KERN_ERR "get_swap_page: bad count %hd from %p\n",
count, __builtin_return_address(0));
- goto out;
+ return entry;
}
--
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.eu.org/Linux-MM/
reply other threads:[~2001-05-16 17:32 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=Pine.LNX.4.21.0105161318470.6454-100000@freak.mileniumnet.com.br \
--to=maluco@mileniumnet.com.br \
--cc=linux-mm@kvack.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox