commit | 752fa51e4c5182c3c257f1cede90577a7e213c58 | [log] [tgz] |
---|---|---|
author | Wolfgang Illmeyer <[email protected]> | Tue Jun 30 11:41:44 2009 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Jun 30 18:56:03 2009 -0700 |
tree | 177af78d53c984389125f80ae83b6667070b8534 | |
parent | 8516a500029890a72622d245f8ed32c4e30969b7 [diff] |
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 <[email protected]> Cc: Jeff Dike <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>