From: Jan Kara Date: Tue, 24 May 2011 20:24:47 +0000 (+0200) Subject: ext3: Convert ext3 to new truncate calling convention X-Git-Tag: v3.1-rc1~224^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40680f2fa4670ab35ee554822a69dda1a118f966;p=pandora-kernel.git ext3: Convert ext3 to new truncate calling convention Mostly trivial conversion. We fix a bug that IS_IMMUTABLE and IS_APPEND files could not be truncated during failed writes as we change the code. In fact the test is not needed at all because both IS_IMMUTABLE and IS_APPEND is tested in upper layers in do_sys_[f]truncate(), may_write(), etc. Signed-off-by: Jan Kara --- Reading git-diff-tree failed