
From: Jeremy Fitzhardinge <jeremy@goop.org>

Missed one:



 fs/autofs/inode.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/autofs/inode.c~group_leader-rework-fix fs/autofs/inode.c
--- 25/fs/autofs/inode.c~group_leader-rework-fix	2003-09-09 00:57:43.000000000 -0700
+++ 25-akpm/fs/autofs/inode.c	2003-09-09 00:57:43.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);

_
