From: "Juan J. Quintela" <quintela@fi.udc.es>
To: lkml <linux-kernel@vger.rutgers.edu>
Cc: linux-mm@kvack.org, linux-fsdevel@vger.rutgers.edu
Subject: Re: PATCH: Rewrite of truncate_inode_pages (WIP)
Date: 30 May 2000 03:52:40 +0200 [thread overview]
Message-ID: <yttem6kg5xz.fsf@serpe.mitica> (raw)
In-Reply-To: "Juan J. Quintela"'s message of "30 May 2000 03:29:23 +0200"
Hi
sorry I forget one page_cache_release in
invalidate_inode_pages. This patch is incremental over the
previous one. Sorry for any inconveniences.
Later, Juan.
diff -urN --exclude-from=/home/lfcia/quintela/work/kernel/exclude base/mm/filemap.c testing/mm/filemap.c
--- base/mm/filemap.c Tue May 30 03:41:21 2000
+++ testing/mm/filemap.c Tue May 30 03:46:05 2000
@@ -146,6 +146,7 @@
lru_cache_del(page);
page_cache_release(page);
UnlockPage(page);
+ page_cache_release(page);
goto repeat;
}
__remove_inode_page(page);
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
--
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/
next prev parent reply other threads:[~2000-05-30 1:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-05-30 1:29 PATCH: Rewrite of truncate_inode_pages (WIP) Juan J. Quintela
2000-05-30 1:52 ` Juan J. Quintela [this message]
2000-05-31 8:58 ` Trond Myklebust
2000-05-31 12:13 ` Juan J. Quintela
2000-05-31 12:30 ` Trond Myklebust
2000-05-31 15:03 ` Juan J. Quintela
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=yttem6kg5xz.fsf@serpe.mitica \
--to=quintela@fi.udc.es \
--cc=linux-fsdevel@vger.rutgers.edu \
--cc=linux-kernel@vger.rutgers.edu \
--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 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.