]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs: Skip atime update on frozen filesystem
authorJan Kara <jack@suse.cz>
Tue, 12 Jun 2012 14:20:36 +0000 (16:20 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 31 Jul 2012 05:45:38 +0000 (09:45 +0400)
commit5d37e9e6dec65cd21be68ee92de99686213e916b
tree8d52a542cdd917053e3c8ad71d7529887a39d9c5
parenteb04c28288bb0098d0e75d81ba2a575239de71d8
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 <kamal@canonical.com>
Tested-by: Peter M. Petrakis <peter.petrakis@canonical.com>
Tested-by: Dann Frazier <dann.frazier@canonical.com>
Tested-by: Massimo Morana <massimo.morana@canonical.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/inode.c