Re: [RFC 22/32] fs: convert simple fs to inode_time
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-05-30 23:06:58
Also in:
linux-fsdevel, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-05-30 23:06:58
Also in:
linux-fsdevel, lkml
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 these file systems as well. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Joel Becker <jlbec@evilplan.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>