Am Samstag, 24. März 2007 04:30 schrieb Alan Stern:
> Regular files work like that.  If a program has a file named "foo" open 
> when you do "rm foo", the open file reference won't prevent you from 
> creating a new file named "foo" in the same directory.  There will be no 
> conflict or confusion between the two files.

The kernel no longer deals with device names. With ordinary files, the
kernel would violate the standard if it reused an inode number while
a file is still open.

        Regards
                Oliver

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to