X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Flibfs.c;h=1add676a19dfa88f05b97ad6d1d501f38086ec17;hb=08ebd1721ab8fd362e90ae17b461c07b23fa2824;hp=baeb71ee1cde7a0c372c134e83bf43ef5b32c098;hpb=666484f0250db2e016948d63b3ef33e202e3b8d0;p=linux-2.6-omap-h63xx.git diff --git a/fs/libfs.c b/fs/libfs.c index baeb71ee1cd..1add676a19d 100644 --- a/fs/libfs.c +++ b/fs/libfs.c @@ -216,8 +216,8 @@ int get_sb_pseudo(struct file_system_type *fs_type, char *name, s->s_flags = MS_NOUSER; s->s_maxbytes = ~0ULL; - s->s_blocksize = 1024; - s->s_blocksize_bits = 10; + s->s_blocksize = PAGE_SIZE; + s->s_blocksize_bits = PAGE_SHIFT; s->s_magic = magic; s->s_op = ops ? ops : &simple_super_operations; s->s_time_gran = 1;