Re: [patch 12/12] fuse: add blksize field to fuse_attr

2007-10-04 Thread Miklos Szeredi
> > From: Miklos Szeredi <[EMAIL PROTECTED]> > > > > Allow the userspace filesystem to supply a blksize value to be > > returned by stat() and friends. If the field is zero, it defaults to > > the old PAGE_CACHE_SIZE value. > > > > Why does fuse need this feature? There are cases, when the fil

Re: [patch 12/12] fuse: add blksize field to fuse_attr

2007-10-04 Thread Andrew Morton
On Tue, 02 Oct 2007 17:50:38 +0200 Miklos Szeredi <[EMAIL PROTECTED]> wrote: > From: Miklos Szeredi <[EMAIL PROTECTED]> > > Allow the userspace filesystem to supply a blksize value to be > returned by stat() and friends. If the field is zero, it defaults to > the old PAGE_CACHE_SIZE value. > W

[patch 12/12] fuse: add blksize field to fuse_attr

2007-10-02 Thread Miklos Szeredi
From: Miklos Szeredi <[EMAIL PROTECTED]> Allow the userspace filesystem to supply a blksize value to be returned by stat() and friends. If the field is zero, it defaults to the old PAGE_CACHE_SIZE value. Signed-off-by: Miklos Szeredi <[EMAIL PROTECTED]> --- Index: linux/include/linux/fuse.h ===