]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c3b8d2053e801f7e67b50f86a8a5969d6787e52
tree7071322e8a1c2dfddf9b8fe3ebd758400ae970fe
parentc0f8e0046eac08386eba5662adb013d621fa107a
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