commit | 0d34ec62e18984ac9476208660372306ef54e70d | [log] [tgz] |
---|---|---|
author | Jan Kara <[email protected]> | Tue Aug 18 17:48:27 2009 +0200 |
committer | Jan Kara <[email protected]> | Mon Sep 14 17:08:16 2009 +0200 |
tree | 7b75d266b832bb8457369082fba86456ef88e568 | |
parent | e367626b6164aeecb97fb7c20509ed8696babc26 [diff] |
ext4: Remove syncing logic from ext4_file_write The syncing is now properly handled by generic_file_aio_write() so no special ext4 code is needed. CC: [email protected] CC: [email protected] Signed-off-by: Jan Kara <[email protected]>