ocfs2: multi node truncate fix
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 16 Mar 2006 23:06:37 +0000 (15:06 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 7 Apr 2006 23:47:24 +0000 (16:47 -0700)
commitab0920ce7ebb6d60063c793f227ae198a492251b
tree08519b232bbbda3dd69c74e9f9e49ac9db817c9d
parent6246b6128bbe34d0752f119cf7c5111c85fe481d
ocfs2: multi node truncate fix

Fix ocfs2_truncate_file() so that it forces a truncate_inode_pages() on all
interested nodes in all cases of a truncate(), not just allocation change.

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