- Locks and notification requests are now preserved for offline volumes,
commit98a5e15ea0efba5fe667be0af9a168ce7b45b48c
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 4 Oct 2010 00:50:37 +0000 (4 00:50 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 4 Oct 2010 00:50:37 +0000 (4 00:50 +0000)
tree5d6c46714d08b8a85da2db9f1e36611b2933f7b8
parentcaa4f4e8add22f915b4fd4c8f7862f0d91167c48
 - Locks and notification requests are now preserved for offline volumes,
   and are picked up by the same or another instance of fat.handler when the
   same volume is re-inserted.
 - No longer truncates volume names that contain internal spaces.
 - Moved diskchgsig_bit variable to struct Globals.
 - Don't initialise already cleared Boolean variables to FALSE.
 - Removed obsolete functions.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@34570 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/fs/fat/direntry.c
workbench/fs/fat/disk.c
workbench/fs/fat/fat.c
workbench/fs/fat/fat_fs.h
workbench/fs/fat/fat_protos.h
workbench/fs/fat/lock.c
workbench/fs/fat/main.c
workbench/fs/fat/notify.c
workbench/fs/fat/ops.c
workbench/fs/fat/packet.c