From: Marco Stornelli Date: Sat, 20 Oct 2012 10:02:59 +0000 (+0200) Subject: hostfs: fix a not needed double check X-Git-Tag: v3.9-rc3~37^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc077320f8f6449197f4010d6774afab7bb998b2;p=pandora-kernel.git hostfs: fix a not needed double check With the commit 3be2be0a32c18b0fd6d623cda63174a332ca0de1 we removed vmtruncate, but actaully there is no need to call inode_newsize_ok() because the checks are already done in inode_change_ok() at the begin of the function. Signed-off-by: Marco Stornelli Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed