mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: alad@hss.hns.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] locked page handling in shrink_cache() : revised
Date: Fri, 11 Jan 2002 00:58:30 -0800 (PST)	[thread overview]
Message-ID: <20020111.005830.104033901.davem@redhat.com> (raw)
In-Reply-To: <65256B3E.0030C343.00@sandesh.hss.hns.com>
In-Reply-To: <65256B3E.0030C343.00@sandesh.hss.hns.com>

   From: alad@hss.hns.com
   Date: Fri, 11 Jan 2002 14:17:25 +0530
   
   Sorry...
   I have corrected tha patch.
   
   +                   list_del(&page.lru);
   +                   list_add(&page.lru,inactive_list.prev);

Did you try to compile this? :-) 'page' is a pointer, so
to dereference it's lru member you must use page->lru not
page.lru

  reply	other threads:[~2002-01-11  8:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-11  8:47 alad
2002-01-11  8:58 ` David S. Miller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-01-08  5:21 alad

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=20020111.005830.104033901.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=alad@hss.hns.com \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®