Re: [PATCH-v3 1/6] fs: split update_time() into update_time() and write_time()
From: David Sterba <hidden>
Date: 2014-11-25 16:00:18
Also in:
linux-btrfs, linux-fsdevel, linux-xfs
From: David Sterba <hidden>
Date: 2014-11-25 16:00:18
Also in:
linux-btrfs, linux-fsdevel, linux-xfs
On Tue, Nov 25, 2014 at 12:34:29AM -0500, Theodore Ts'o wrote:
In preparation for adding support for the lazytime mount option, we need to be able to separate out the update_time() and write_time() inode operations. Currently, only btrfs and xfs uses update_time(). We needed to preserve update_time() because btrfs wants to have a special btrfs_root_readonly() check; otherwise we could drop the update_time() inode operation entirely. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: xfs@oss.sgi.com Cc: linux-btrfs@vger.kernel.org
For the btrfs changes Acked-by: David Sterba <redacted>