From: Wolfgang Illmeyer Date: Tue, 30 Jun 2009 18:41:44 +0000 (-0700) Subject: hostfs: set maximum filesize in superblock for proper LFS support X-Git-Tag: v2.6.31-rc2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752fa51e4c5182c3c257f1cede90577a7e213c58;p=pandora-kernel.git hostfs: set maximum filesize in superblock for proper LFS support Maximum file size for hostfs mounts defaults to 2GB, so bigger files cannot be read/written through hostfs. This patch initializes the maximum file size to MAX_LFS_SIZE. Addresses http://bugzilla.kernel.org/show_bug.cgi?id=13531 Signed-off-by: Wolfgang Illmeyer Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed