linux-stable/drivers/staging/exfat
Tetsuhiro Kohada 52b0c4709d staging: exfat: remove fs_func struct.
Remove 'fs_func struct' and change indirect calls to direct calls.

The following issues are described in exfat's TODO.
> Create helper function for exfat_set_entry_time () and
> exfat_set_entry_type () because it's sort of ugly to be calling the same functionn directly and other code calling through  the fs_func struc ponters ...

The fs_func struct was used for switching the helper functions of fat16/fat32/exfat.
Now, it has lost the role of switching, just making the code less readable.

Signed-off-by: Tetsuhiro Kohada <Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp>
Link: https://lore.kernel.org/r/20200123102445.123033-1-Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-01-23 19:16:13 +01:00
..
exfat.h staging: exfat: remove fs_func struct. 2020-01-23 19:16:13 +01:00
exfat_blkdev.c staging: exfat: Fix alignment warnings 2020-01-14 14:56:36 +01:00
exfat_cache.c staging: exfat: Clean up the namespace pollution part 8 2019-11-13 00:17:37 +01:00
exfat_core.c staging: exfat: remove fs_func struct. 2020-01-23 19:16:13 +01:00
exfat_nls.c staging: exfat: Remove FAT/VFAT mount support, part 4 2019-11-13 00:17:33 +01:00
exfat_super.c staging: exfat: remove fs_func struct. 2020-01-23 19:16:13 +01:00
exfat_upcase.c staging: exfat - fix SPDX tags.. 2019-10-01 08:15:57 +02:00
Kconfig staging: exfat: add STAGING prefix to config names 2020-01-03 11:04:58 +01:00
Makefile staging: exfat: add STAGING prefix to config names 2020-01-03 11:04:58 +01:00
TODO staging: exfat: Update the TODO file 2019-11-13 00:19:34 +01:00