]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: only call sync_filesystm() when remounting read-only
authorTheodore Ts'o <tytso@mit.edu>
Fri, 14 Mar 2014 02:49:42 +0000 (22:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 14 Mar 2014 02:49:42 +0000 (22:49 -0400)
commit87e655d231123b3bdac22cc636f9caf939dd464c
tree91236e16c5d4534667aa04367c9be86cebc22af8
parent0c272d4549882a054fb6469fd68f1f406d7eac8d
ext4: only call sync_filesystm() when remounting read-only

This is the only time it is required for ext4.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c