Tell VFS that we support 64-bit files [SQUASH TO: exofs: super_operations and file_system_type] Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> --- fs/exofs/super.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/exofs/super.c b/fs/exofs/super.c index feed8d2..7cfaaa0 100644 --- a/fs/exofs/super.c +++ b/fs/exofs/super.c @@ -305,6 +305,7 @@ static int exofs_fill_super(struct super_block *sb, void *data, int silent) strcpy(sb->s_id, "exofs"); sb->s_blocksize = EXOFS_BLKSIZE; sb->s_blocksize_bits = EXOFS_BLKSHIFT; + sb->s_maxbytes = MAX_LFS_FILESIZE; atomic_set(&sbi->s_curr_pending, 0); sb->s_bdev = NULL; sb->s_dev = 0; -- 1.6.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html