freebsd-dev/sys/fs/fuse
Gleb Smirnoff f17f88d3e0 Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.
With the new VOP_GETPAGES() KPI the "count" argument counts pages already,
and doesn't need to be translated from bytes to pages.

While here make it consistent that *rbehind and *rahead are updated only
if we doesn't return error.

Pointy hat to:	glebius
2015-12-16 23:48:50 +00:00
..
fuse_debug.h
fuse_device.c
fuse_file.c
fuse_file.h
fuse_internal.c
fuse_internal.h
fuse_io.c
fuse_io.h
fuse_ipc.c
fuse_ipc.h
fuse_kernel.h
fuse_main.c Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
fuse_node.c Fix white spaces. 2015-03-02 19:14:58 +00:00
fuse_node.h Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correct 2015-03-02 19:04:27 +00:00
fuse_param.h
fuse_vfsops.c File systems that do not use the buffer cache (such as ZFS) must 2015-04-15 20:16:31 +00:00
fuse_vnops.c Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS. 2015-12-16 23:48:50 +00:00
fuse.h