commit | bda3253043c54a705c8352096194ab6216e2e5c1 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Sep 18 16:12:37 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Sep 18 16:12:37 2014 -0400 |
tree | 647d91bd269c550340a60d525cd2825f21ecdebe | |
parent | 279bf6d390933d5353ab298fcc306c391a961469 [diff] |
ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs() This allows us to eliminate duplicate code, and eventually allow us to also fold ext4_sops and ext4_nojournal_sops together. Signed-off-by: Theodore Ts'o <tytso@mit.edu>