* generic/vfs.c: move static globals to being thread-specific. If
authorJeff Hobbs <hobbs@users.sourceforge.net>
Wed, 30 Aug 2006 19:38:02 +0000 (19:38 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Wed, 30 Aug 2006 19:38:02 +0000 (19:38 +0000)
commit4969e5c5e2ecc357bc94389c591c32855576f0a7
tree3a7a9084673b61bf5f0127e6fd5e802865536e48
parent3f222c0834625e603c2a511aa03fd0153714e0e1
* generic/vfs.c: move static globals to being thread-specific.  If
you wish to access a mount point or volume in a thread, you need
to remount the file in the thread.  This is a change from the
previous behavior that would allow access across threads, which
was unsafe and would potentially crash.
**** POTENTIAL INCOMPATIBILITY ****
ChangeLog
generic/vfs.c