Pass 'glob' explicitly to nearly every function. Now builds again with
commit0a9310733ab4429edb752d09fe8ec0c989fba0e2
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 12 Jul 2015 19:01:56 +0000 (12 19:01 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 12 Jul 2015 19:01:56 +0000 (12 19:01 +0000)
tree0523a11e834176c6e72f406640708c85b3f60ad1
parent5e723cce525f8c4f4e6244aec2e113d6fb72450d
Pass 'glob' explicitly to nearly every function. Now builds again with
all debugging options enabled. Tidier than fishing 'glob' out of a
variety of other structures and using constructs such as
"D(struct Globals *glob = sb->glob)" to avoid compiler warnings about
unused variables.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50945 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/filesys/fat/direntry.c
rom/filesys/fat/fat.c
rom/filesys/fat/fat_protos.h
rom/filesys/fat/file.c
rom/filesys/fat/lock.c
rom/filesys/fat/names.c
rom/filesys/fat/notify.c
rom/filesys/fat/ops.c
rom/filesys/fat/packet.c