]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] fuse: add blksize option
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 7 Dec 2006 04:35:48 +0000 (20:35 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:31 +0000 (08:39 -0800)
commitd809161402e9f99aefe8848c4e701597ac367269
tree6763df315027d9db13ce4df1b6f1f66fdf2cd598
parentd6392f873f1d09974d5c92c52715fa422ad7c625
[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>
Documentation/filesystems/fuse.txt
fs/fuse/inode.c