ocfs2: unmap_mapping_range() in ocfs2_truncate()
authorMark Fasheh <mark.fasheh@oracle.com>
Mon, 14 May 2007 18:39:40 +0000 (11:39 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 25 May 2007 18:00:31 +0000 (11:00 -0700)
commit1024c902abdcbd2425aa850d7ef04e013ffb35f0
tree7071322e8a1c2dfddf9b8fe3ebd758400ae970fe
parente9dfc0b2bc42761410e8db6c252c6c5889e178b8
ocfs2: unmap_mapping_range() in ocfs2_truncate()

We weren't calling this before, but since ocfs2 handles the entire truncate
operation, we should.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/file.c