android_kernel_xiaomi_sdm845/fs/fuse
Miklos Szeredi 5b35e8e58a [PATCH] fuse: use dentry in statfs
Some filesystems may want to report different values depending on the path
within the filesystem, i.e.  one mount is actually several filesystems.  This
can be the case for a network filesystem exported by an unprivileged server
(e.g.  sshfs).

This is now possible, thanks to David Howells "VFS: Permit filesystem to
perform statfs with a known root dentry" patch.

This change is backward compatible, so no need to change interface version.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-29 09:18:08 -07:00
..
control.c [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private 2006-09-27 08:26:17 -07:00
dev.c [PATCH] fuse: add lock annotations to request_end and fuse_read_interrupt 2006-09-29 09:18:08 -07:00
dir.c [PATCH] fuse: use jiffies_64 2006-07-31 13:28:43 -07:00
file.c [PATCH] fuse: fix error case in fuse_readpages 2006-08-14 12:54:29 -07:00
fuse_i.h [PATCH] fuse: use jiffies_64 2006-07-31 13:28:43 -07:00
inode.c [PATCH] fuse: use dentry in statfs 2006-09-29 09:18:08 -07:00
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00