All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boaz Harrosh <bharrosh@panasas.com>
To: Andrew Morton <akpm@linux-foundation.org>,
	Jeff Garzik <jeff@garzik.org>,
	open-osd mailing-list <osd-dev@open-osd.org>,
	linux-fsdevel <linux-fsdevel@vger.kernel.org>
Cc: Evgeniy Polyakov <zbr@ioremap.net>,
	Marcin Slusarz <marcin.slusarz@gmail.com>
Subject: [PATCH 2/3] [SQUASHME] exofs does support 64bit file sizes
Date: Wed, 25 Mar 2009 11:50:52 +0200	[thread overview]
Message-ID: <49C9FE7C.9060600@panasas.com> (raw)
In-Reply-To: <49C9FD2E.3030201@panasas.com>


Tell VFS that we support 64-bit files

[SQUASH TO: exofs: super_operations and file_system_type]

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
---
 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



  parent reply	other threads:[~2009-03-25  9:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-25  9:45 [PATCHSET 0/3] exofs: Exportable by NFS Boaz Harrosh
2009-03-25  9:47 ` [PATCH 1/3] [SQUASHME] prints in hex Boaz Harrosh
2009-03-25  9:50 ` Boaz Harrosh [this message]
2009-03-25 10:07 ` [PATCH 3/3] exofs: export_operations Boaz Harrosh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49C9FE7C.9060600@panasas.com \
    --to=bharrosh@panasas.com \
    --cc=akpm@linux-foundation.org \
    --cc=jeff@garzik.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=marcin.slusarz@gmail.com \
    --cc=osd-dev@open-osd.org \
    --cc=zbr@ioremap.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.