Add small warning to coda

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


--- 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 : Tue May 23 2000 - 21:00:18 EST