]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/coda/upcall.c
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.git] / fs / coda / upcall.c
index ce432bca95d1f875db17233560d7d7f8cf2dbbfa..c274d949179de383ea86f284e13fa5cd396e77db 100644 (file)
@@ -52,7 +52,7 @@ static void *alloc_upcall(int opcode, int size)
         inp->ih.opcode = opcode;
        inp->ih.pid = current->pid;
        inp->ih.pgid = task_pgrp_nr(current);
-       inp->ih.uid = current->fsuid;
+       inp->ih.uid = current_fsuid();
 
        return (void*)inp;
 }