[comp.sys.amiga] Interesting bug in example DOS device

dillon@CORY.BERKELEY.EDU (Matt Dillon) (10/27/87)

	I found an interesting bug which applies to anybody writing RAM
disk drivers...  When a Rename command is dispatched, I simply unlink the 
entry from the source directory and link it into the destination.

	Unfortunetly, if somebody is simultaniously Examine/ExNext()ing the
entry being moved, their directory search gets moved over to the destination
directory instead of staying where it was before...   This is definately
a bug in my driver.  I'll fix it and post a revision.

					-Matt