From: Jan Kara Date: Tue, 12 Jun 2012 14:20:36 +0000 (+0200) Subject: fs: Skip atime update on frozen filesystem X-Git-Tag: v3.6-rc1~18^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d37e9e6dec65cd21be68ee92de99686213e916b;p=pandora-kernel.git fs: Skip atime update on frozen filesystem It is unexpected to block reading of frozen filesystem because of atime update. Also handling blocking on frozen filesystem because of atime update would make locking more complex than it already is. So just skip atime update when filesystem is frozen like we skip it when filesystem is remounted read-only. BugLink: https://bugs.launchpad.net/bugs/897421 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