From: Ed Tomlinson <tomlins@cam.org>
To: linux-kernel@vger.kernel.org
Cc: Craig Kulesa <ckulesa@as.arizona.edu>,
Steven Cole <elenstev@mesatop.com>,
William Lee Irwin III <wli@holomorphy.com>,
Steven Cole <scole@lanl.gov>,
Rik van Riel <riel@conectiva.com.br>
Subject: Re: [PATCH 2/2] move slab pages to the lru, for 2.5.27
Date: Wed, 24 Jul 2002 20:12:59 -0400 [thread overview]
Message-ID: <200207242012.59150.tomlins@cam.org> (raw)
Hi,
This patch fixes the SMP problems for Steve. It was a thinko I put in to check things... In SMP
it was just plain broken. Patch is against 2.4.26 with Craig's patches but works on 2.5.27 and
2.4.x too. My bk tree with slablru based on linux-2.4-rmap at casa.dyndns.org:3334 has also
been updated.
Thanks,
Ed Tomlinson
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.430 -> 1.431
# mm/slab.c 1.23 -> 1.24
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/07/24 ed@oscar.et.ca 1.431
# Prevent false out of memory reporting in SMP
# --------------------------------------------
#
diff -Nru a/mm/slab.c b/mm/slab.c
--- a/mm/slab.c Wed Jul 24 17:22:31 2002
+++ b/mm/slab.c Wed Jul 24 17:22:31 2002
@@ -1309,8 +1309,6 @@
#else
locked = !in_interrupt() && spin_trylock(&pagemap_lru_lock);
#endif
- if (!locked && !in_interrupt())
- goto opps1;
}
/* Get slab management. */
next reply other threads:[~2002-07-25 0:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-25 0:12 Ed Tomlinson [this message]
2002-07-25 12:00 ` [PATCH 2/2] move slab pages to the lru, for 2.5.27 Craig Kulesa
-- strict thread matches above, loose matches on Subject: below --
2002-07-21 11:24 Craig Kulesa
2002-07-21 13:33 ` Ed Tomlinson
2002-07-21 21:24 ` Craig Kulesa
2002-07-21 23:15 ` Ed Tomlinson
2002-07-21 21:31 ` William Lee Irwin III
2002-07-22 7:08 ` Craig Kulesa
2002-07-22 18:54 ` Steven Cole
2002-07-22 22:17 ` Ed Tomlinson
2002-07-22 22:21 ` William Lee Irwin III
2002-07-22 22:36 ` Craig Kulesa
2002-07-23 0:21 ` Ed Tomlinson
2002-07-23 4:36 ` William Lee Irwin III
2002-07-23 11:45 ` Ed Tomlinson
2002-07-23 14:31 ` Steven Cole
2002-07-24 20:28 ` Steven Cole
2002-07-24 21:02 ` Steven Cole
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=200207242012.59150.tomlins@cam.org \
--to=tomlins@cam.org \
--cc=ckulesa@as.arizona.edu \
--cc=elenstev@mesatop.com \
--cc=linux-kernel@vger.kernel.org \
--cc=riel@conectiva.com.br \
--cc=scole@lanl.gov \
--cc=wli@holomorphy.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