From: Dan Carpenter Date: Wed, 11 Sep 2013 21:25:48 +0000 (-0700) Subject: affs: use loff_t in affs_truncate() X-Git-Tag: v3.12-rc1~52^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6325932666540beea18c800016368dc921068611;p=pandora-kernel.git affs: use loff_t in affs_truncate() It seems pretty unlikely that AFFS supports files over 4GB but we may as well leave use loff_t just for cleanness sake instead of truncating it to 32 bits. Signed-off-by: Dan Carpenter Cc: Marco Stornelli Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed