commit | de5f12025572ef8fcffa4be5453061725acfb754 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Fri Jan 06 00:19:37 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:33:55 2006 -0800 |
tree | 5d3f54fa7619fd7cc1ddddb037d31b280e3f3dba | |
parent | 45714d65618407bce1fd0271bc58303ce14b0785 [diff] |
[PATCH] fuse: add frsize to statfs reply Add 'frsize' member to the statfs reply. I'm not sure if sending f_fsid will ever be needed, but just in case leave some space at the end of the structure, so less compatibility mess would be required. Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>