[RFC 01/15] fs: add Kconfig entry CONFIG_FS_USES_64BIT_TIME

2016-01-06 Thread Deepa Dinamani
This config will be used to #ifdef code that will be required for switching over all file systems to use 64 bit time. The config should remain turned off until all the support in vfs and other file systems has been added. Signed-off-by: Deepa Dinamani --- fs/Kconfig | 10 ++ 1 file

[RFC 01/15] fs: add Kconfig entry CONFIG_FS_USES_64BIT_TIME

2016-01-06 Thread Deepa Dinamani
This config will be used to #ifdef code that will be required for switching over all file systems to use 64 bit time. The config should remain turned off until all the support in vfs and other file systems has been added. Signed-off-by: Deepa Dinamani --- fs/Kconfig |