Add small warning to coda

From: Pavel Machek (pavel@bug.ucw.cz)
Date: Fri May 19 2000 - 15:21:49 EDT

  • Next message: Pavel Machek: "[PATCH: apm fixes] Re: Linux 2.3.99pre9-2 JOB list"

    --- clean/fs/coda/psdev.c Sat May 13 13:38:49 2000
    +++ linux/fs/coda/psdev.c Fri May 19 21:20:47 2000
    @@ -296,6 +296,8 @@
                    vcp->vc_inuse, vcp->vc_pid, current->pid);
     
             if ( vcp->vc_pid != current->pid ) {
    + /* FIXME: this is broken. If venus does fork(), accounting goes wrong */
    + printk( "Closed by someone else than caller?\n" );
                     return 0;
             }
             

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Sat May 20 2000 - 05:35:22 EDT