[RFC 22/32] fs: convert simple fs to inode_time

2014-05-30 Thread Arnd Bergmann
tty, usbgadgetfs, configfs and cramfs do not store inode timestamps permanently, but they use code that interacts with the VFS inode times. In order to change over VFS to a struct inode_time, we have to make trivial changes to these file systems as well. Signed-off-by: Arnd Bergmann Cc: Greg Kroa

Re: [RFC 22/32] fs: convert simple fs to inode_time

2014-05-30 Thread Greg Kroah-Hartman
On Fri, May 30, 2014 at 10:01:46PM +0200, Arnd Bergmann wrote: > tty, usbgadgetfs, configfs and cramfs do not store inode timestamps > permanently, but they use code that interacts with the VFS inode > times. In order to change over VFS to a struct inode_time, we > have to make trivial changes to t