commit | d809161402e9f99aefe8848c4e701597ac367269 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Wed Dec 06 20:35:48 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:31 2006 -0800 |
tree | 6763df315027d9db13ce4df1b6f1f66fdf2cd598 | |
parent | d6392f873f1d09974d5c92c52715fa422ad7c625 [diff] |
[PATCH] fuse: add blksize option Add 'blksize' option for block device based filesystems. During initialization this is used to set the block size on the device and the super block. The default block size is 512bytes. Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>