From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Andrew Morton <akpm@osdl.org>
Cc: Linux Kernel List <linux-kernel@vger.kernel.org>, linux-mm@kvack.org
Subject: Re: 2.6.0-test5-mm1
Date: Tue, 09 Sep 2003 00:53:09 -0700 [thread overview]
Message-ID: <1063093989.12321.28.camel@ixodes.goop.org> (raw)
In-Reply-To: <20030908235028.7dbd321b.akpm@osdl.org>
On Mon, 2003-09-08 at 23:50, Andrew Morton wrote:
> +group_leader-rework.patch
>
> Use the thread group leader's pgrp rather than the current thread's pgrp
> everywhere.
Missed one:
fs/autofs/inode.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN fs/autofs/inode.c~fix-pgrp fs/autofs/inode.c
--- local-2.6/fs/autofs/inode.c~fix-pgrp 2003-09-09 00:29:35.000000000 -0700
+++ local-2.6-jeremy/fs/autofs/inode.c 2003-09-09 00:30:05.000000000 -0700
@@ -129,7 +129,7 @@ int autofs_fill_super(struct super_block
sbi->magic = AUTOFS_SBI_MAGIC;
sbi->catatonic = 0;
sbi->exp_timeout = 0;
- sbi->oz_pgrp = current->pgrp;
+ sbi->oz_pgrp = process_group(current);
autofs_initialize_hash(&sbi->dirhash);
sbi->queues = NULL;
memset(sbi->symlink_bitmap, 0, sizeof(long)*AUTOFS_SYMLINK_BITMAP_LEN);
_
--
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-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
next prev parent reply other threads:[~2003-09-09 7:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-09 6:50 2.6.0-test5-mm1 Andrew Morton
2003-09-09 7:02 ` 2.6.0-test5-mm1 Joshua Kwan
2003-09-09 21:57 ` 2.6.0-test5-mm1 Cliff White
2003-09-09 7:53 ` Jeremy Fitzhardinge [this message]
2003-09-10 19:59 ` 2.6.0-test5-mm1 usb keyboard prob Jonathan Brown
2003-09-10 21:17 ` 2.6.0-test5-mm1 Wiktor Wodecki
2003-09-11 6:53 ` 2.6.0-test5-mm1 William Lee Irwin III
2003-09-10 23:01 2.6.0-test5-mm1 Nakajima, Jun
2003-09-11 7:23 ` 2.6.0-test5-mm1 Wiktor Wodecki
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=1063093989.12321.28.camel@ixodes.goop.org \
--to=jeremy@goop.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox