All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Shishkin <edward.shishkin@gmail.com>
To: Reiserfs mailing list <reiserfs-devel@vger.kernel.org>
Subject: Re: Reiser4 for Linux-2.6.28
Date: Wed, 07 Jan 2009 01:37:43 +0300	[thread overview]
Message-ID: <4963DD37.8060606@gmail.com> (raw)
In-Reply-To: <49556E61.4010606@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 433 bytes --]

Edward Shishkin wrote:
> Hello everyone.
>
> Changes since reiser4-for-2.6.27:
>
> . adjust to the new aops;
> . use d_obtain_alias instead of d_alloc_anon (Jeff Chua);
> . remove simple_prepare_write usage (Laurent Riffard).
>
> Find at
> http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/
>
>   

I have updated the stuff with the attached patch,
please, refresh your reiser4-for-2.6.28

Thanks,
Edward.

[-- Attachment #2: reiser4-disable-preemption-in-set-page-dirty.patch --]
[-- Type: text/x-patch, Size: 694 bytes --]

---
 linux-2.6.27/fs/reiser4/page_cache.c |    2 ++
 1 file changed, 2 insertions(+)

--- linux-2.6.27/fs/reiser4/page_cache.c.orig
+++ linux-2.6.27/fs/reiser4/page_cache.c
@@ -469,10 +469,12 @@ void reiser4_set_page_dirty_internal(str
 	if (!TestSetPageDirty(page)) {
 		WARN_ON_ONCE(!PagePrivate(page) && !PageUptodate(page));
 		if (mapping_cap_account_dirty(mapping)) {
+			preempt_disable();
 			__inc_zone_page_state(page, NR_FILE_DIRTY);
 			__inc_bdi_stat(mapping->backing_dev_info,
 				       BDI_RECLAIMABLE);
 			task_io_account_write(PAGE_CACHE_SIZE);
+			preempt_enable();
 		}
 		assert("edward-1558", mapping->host != NULL);
 		__mark_inode_dirty(mapping->host, I_DIRTY_PAGES);

      reply	other threads:[~2009-01-06 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-26 23:53 Reiser4 for Linux-2.6.28 Edward Shishkin
2009-01-06 22:37 ` Edward Shishkin [this message]

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=4963DD37.8060606@gmail.com \
    --to=edward.shishkin@gmail.com \
    --cc=reiserfs-devel@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 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.