commit | fa41045fcbf78269991d5aebb1820fc51534f05d | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Thu Mar 01 11:22:19 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Apr 26 15:02:30 2007 -0700 |
tree | ee27e05ef25614d175ae5baf2ab8fb5dcdedce06 | |
parent | 5b04aa3a64f854244bc40a6f528176ed50b5c4f6 [diff] |
ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate() Do this instead of filemap_fdatawrite() - this way we sync only the range between i_size and the cluster boundary. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>