From: Mark Fasheh Date: Fri, 6 Jul 2007 21:41:18 +0000 (-0700) Subject: ocfs2: update truncate handling of partial clusters X-Git-Tag: v2.6.23-rc1~781^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35edec1d52c075975991471d624b33b9336226f2;p=pandora-kernel.git ocfs2: update truncate handling of partial clusters The partial cluster zeroing code used during truncate usually assumes that the rightmost byte in the range to be zeroed lies on a cluster boundary. This makes sense for truncate, but punching holes might require zeroing on non-aligned rightmost boundaries. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed