From: Joel Becker Date: Wed, 10 Feb 2010 01:52:13 +0000 (-0800) Subject: ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LEN X-Git-Tag: v2.6.34-rc1~214^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8fce482f3702c1ad27c97b26db5022aa1fa64c7;p=pandora-kernel.git ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LEN We want folks using dlmfs to be able to use the LVB in places other than just write(2)/read(2). By ignoring truncate requests, we allow 'echo "contents" > /dlm/space/lockname' to work. Signed-off-by: Joel Becker --- Reading git-diff-tree failed