2.0.2 also changes some file descriptor handling: our behaviour when we ran
out of file descriptors was not very nice: open(.., O_TRUNC|O_CREAT) could
return EMFILE and still make changes to the filesystem despite that. Oops.
Thanks for the people at Unifix for pointing this out (and you can blame any
problems at me, I made a different patch than theirs..)
Also some smbfs fixes from Yuri, long filenames should be stabler. TCP fix
from Alexey, and Ted's secure TCP numbers are in too (I thought they were
just a nice feature, but Alan tells me they actually fixed a bug too ;)
Linus