All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Nipper <nipsy@bitgnome.net>
To: linux-kernel@vger.kernel.org
Subject: Re: reiser4 crash
Date: Sat, 4 Dec 2004 06:52:05 -0600	[thread overview]
Message-ID: <20041204125205.GA56863@king.bitgnome.net> (raw)
In-Reply-To: <41B1A3AA.5060703@benton987.fsnet.co.uk>

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

On 04 Dec 2004, Andrew Benton wrote:
> I've been using reiser4 for a couple of months. A couple of days ago I
> did something stupid with Abiword, the disk started thrashing and as the
> system crashed it left this on the screen
<snipped>

	Which if you are trying to patch this against the current
Namesys 2.6.10-rc1 patches requires Saveliev's previous patch
from a couple of weeks ago which I've also attached to this
thread now as I'm in the middle of upgrading to 2.6.10-rc3 and
had to go looking for the previous patch myself.  :)

-- 
Mark Nipper                                                e-contacts:
4475 Carter Creek Parkway                           nipsy@bitgnome.net
Apartment 724                               http://nipsy.bitgnome.net/
Bryan, Texas, 77802-4481           AIM/Yahoo: texasnipsy ICQ: 66971617
(979)575-3193                                      MSN: nipsy@tamu.edu

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GG/IT d- s++:+ a- C++$ UBL++++$ P--->+++ L+++$ !E---
W++(--) N+ o K++ w(---) O++ M V(--) PS+++(+) PE(--)
Y+ PGP t+ 5 X R tv b+++@ DI+(++) D+ G e h r++ y+(**)
------END GEEK CODE BLOCK------

---begin random quote of the moment---
"I know the forces of spontaneous, emergent life are stronger
than the forces of evil, repression and death, and the forces of
death will destroy themselves."
 -- William S. Burroughs
----end random quote of the moment----

[-- Attachment #2: 1.1755 --]
[-- Type: text/plain, Size: 994 bytes --]

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/11/15 16:23:47+03:00 vs@tribesman.namesys.com 
#   unix_file_filemap_nopage: missing context creation is added
# 
# plugin/file/file.c
#   2004/11/15 16:23:45+03:00 vs@tribesman.namesys.com +5 -1
#   unix_file_filemap_nopage: missing context creation is added
# 
diff -Nru a/plugin/file/file.c b/plugin/file/file.c
--- a/plugin/file/file.c	2004-11-17 09:36:11 +03:00
+++ b/plugin/file/file.c	2004-11-17 09:36:11 +03:00
@@ -1961,8 +1961,10 @@
 {
 	struct page *page;
 	struct inode *inode;
-
+	reiser4_context ctx;
+	
 	inode = area->vm_file->f_dentry->d_inode;
+	init_context(&ctx, inode->i_sb);
 
 	/* block filemap_nopage if copy on capture is processing with a node of this file */
 	down_read(&reiser4_inode_data(inode)->coc_sem);
@@ -1972,6 +1974,8 @@
 
 	drop_nonexclusive_access(unix_file_inode_data(inode));
 	up_read(&reiser4_inode_data(inode)->coc_sem);
+
+	reiser4_exit_context(&ctx);
 	return page;
 }
 

  parent reply	other threads:[~2004-12-04 12:52 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-04 11:46 reiser4 crash Andrew Benton
2004-12-04 12:18 ` Frank Denis (Jedi/Sector One)
2004-12-04 12:20 ` Frank Denis (Jedi/Sector One)
2004-12-04 12:52 ` Mark Nipper [this message]
2004-12-04 13:52   ` Andrew Benton
  -- strict thread matches above, loose matches on Subject: below --
2008-11-11 20:50 Reiser4 crash geearf
2008-11-16 23:34 ` Edward Shishkin
2008-11-19  4:11   ` geearf
     [not found] <5c7c368b0711141324l168d9b9fq1fb01cbddbc359cb@mail.gmail.com>
2007-11-14 21:28 ` Edward Shishkin
2007-11-14 21:40   ` Hubert Chathi
2007-10-18 10:39 Hubert (Chan) Chathi
2007-10-18 13:34 ` Edward Shishkin
2007-11-14 15:38   ` Hubert Chathi
2004-11-25 17:15 reiser4 crash Yiannis Mavroukakis
2004-11-19  8:47 Sami Liedes
2004-11-25  7:54 ` Vladimir Saveliev
2004-11-25  9:36   ` Sami Liedes
2004-11-25 11:19   ` Cal
2004-11-25 11:23     ` mjt
2004-11-25 11:42       ` Cal
2004-11-25 12:05         ` mjt
2004-11-25 12:35           ` Cal
2004-11-25 16:55             ` Vladimir Saveliev
2004-11-25 18:21               ` Cal
2004-11-25 18:48       ` mjt
2004-11-25 20:00         ` Cal
2004-11-25 20:21           ` mjt
2004-11-25 21:14             ` Cal
2004-11-25 21:28               ` mjt
2004-11-25 21:42                 ` Cal
2004-11-25 21:47                   ` mjt
2004-11-25 22:14                     ` Cal
2004-07-24 16:27 Francesco Biscani
2004-07-25  7:41 ` mjt
2004-07-25 19:37   ` Francesco Biscani
2004-07-26 15:03     ` Francesco Biscani

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=20041204125205.GA56863@king.bitgnome.net \
    --to=nipsy@bitgnome.net \
    --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 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.