]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: exfat: Clean up the namespace pollution part 6
authorValdis Kletnieks <valdis.kletnieks@vt.edu>
Tue, 12 Nov 2019 21:12:36 +0000 (16:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2019 23:17:37 +0000 (00:17 +0100)
commite5a490e03756ab07adbb736c9ecd3c34b40e0da4
treed749782fb11fb64c5c623ba538bb8e480ca311c7
parenta78b34b89bcbb919b912fc8c0e1e964189972d87
staging: exfat: Clean up the namespace pollution part 6

Move a few more things so we can make them static and clear exfat.h out.
At this point, pretty much everything that can be static is static.
(Note: FAT_sync(), buf_sync(), and sync_alloc_bitmap() aren't called
anyplace, but aren't static because (a) that will toss an error and
(b) they probably *should* be getting called someplace

Signed-off-by: Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Link: https://lore.kernel.org/r/20191112211238.156490-11-Valdis.Kletnieks@vt.edu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/exfat.h
drivers/staging/exfat/exfat_core.c