X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcoda%2Fupcall.c;h=359e531094ddddb74a88de2dbb74e11dde27d528;hb=9781db7b345b5dfe93787aaaf310c861db7c1ede;hp=cdb4c07a78700a93e34739a4aadddda96bfce8cc;hpb=5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5;p=pandora-kernel.git diff --git a/fs/coda/upcall.c b/fs/coda/upcall.c index cdb4c07a7870..359e531094dd 100644 --- a/fs/coda/upcall.c +++ b/fs/coda/upcall.c @@ -51,7 +51,7 @@ static void *alloc_upcall(int opcode, int size) inp->ih.opcode = opcode; inp->ih.pid = current->pid; - inp->ih.pgid = process_group(current); + inp->ih.pgid = task_pgrp_nr(current); #ifdef CONFIG_CODA_FS_OLD_API memset(&inp->ih.cred, 0, sizeof(struct coda_cred)); inp->ih.cred.cr_fsuid = current->fsuid;