fuse: fix blksize calculation
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 10 May 2012 15:49:38 +0000 (19:49 +0400)
committerMiklos Szeredi <mszeredi@suse.cz>
Mon, 14 May 2012 15:12:56 +0000 (17:12 +0200)
Don't use inode->i_blkbits which might be stale, instead calculate the blksize
information from the freshly obtained attributes.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>

No differences found