From: Jan Kara Date: Tue, 12 Jun 2012 14:20:28 +0000 (+0200) Subject: mm: Update file times from fault path only if .page_mkwrite is not set X-Git-Tag: v3.6-rc1~18^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c4d25f78c01ede13efee1f2e979f3f35dd26f6;p=pandora-kernel.git mm: Update file times from fault path only if .page_mkwrite is not set Filesystems wanting to properly support freezing need to have control when file_update_time() is called. After pushing file_update_time() to all relevant .page_mkwrite implementations we can just stop calling file_update_time() when filesystem implements .page_mkwrite. Tested-by: Kamal Mostafa Tested-by: Peter M. Petrakis Tested-by: Dann Frazier Tested-by: Massimo Morana Signed-off-by: Jan Kara Signed-off-by: Al Viro --- Reading git-diff-tree failed