From: rwhron@earthlink.net
To: akpm@digeo.com
Cc: mason@suse.com, reiserfs-list@namesys.com
Subject: Re: oops from 2.5.42-mm3 running lilo on reiserfs
Date: Wed, 16 Oct 2002 00:34:49 -0400 [thread overview]
Message-ID: <20021016043449.GA11922@rushmore> (raw)
Andrew Morton wrote:
> Bah, stupid reiserfs list bounces non-subscribers.
:) that's why i'm on the list.
> Could you please let me know if this patch fixed it?
Yes, your patch below fixes it.
fs/reiserfs/ioctl.c | 1 -
1 files changed, 1 deletion(-)
--- 2.5.42/fs/reiserfs/ioctl.c~reiserfs-kmap-fix Tue Oct 15 20:15:01 2002
+++ 2.5.42-akpm/fs/reiserfs/ioctl.c Tue Oct 15 20:15:39 2002
@@ -80,7 +80,6 @@ int reiserfs_unpack (struct inode * inod
/* conversion can change page contents, must flush */
flush_dcache_page(page) ;
REISERFS_I(inode)->i_flags |= i_nopack_mask;
- kunmap(page) ; /* mapped by prepare_write */
out_unlock:
unlock_page(page) ;
--
Randy Hron
http://home.earthlink.net/~rwhron/kernel/bigbox.html
next reply other threads:[~2002-10-16 4:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-16 4:34 rwhron [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-10-16 4:30 oops from 2.5.42-mm3 running lilo on reiserfs rwhron
2002-10-16 3:14 rwhron
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=20021016043449.GA11922@rushmore \
--to=rwhron@earthlink.net \
--cc=akpm@digeo.com \
--cc=mason@suse.com \
--cc=reiserfs-list@namesys.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 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.