Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/fuse
Miklos Szeredi 93a8c3cd9e fuse: add list of writable files to fuse_inode
Each WRITE request must carry a valid file descriptor.  When a page is written
back from a memory mapping, the file through which the page was dirtied is not
available, so a new mechananism is needed to find a suitable file in
->writepage(s).

A list of fuse_files is added to fuse_inode.  The file is removed from the
list in fuse_release().

This patch is in preparation for writable mmap support.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-18 14:37:31 -07:00
..
control.c [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00
dev.c fuse: no ENOENT from fuse device read 2007-10-17 08:43:04 -07:00
dir.c fuse: add atomic open+truncate support 2007-10-18 14:37:31 -07:00
file.c fuse: add list of writable files to fuse_inode 2007-10-18 14:37:31 -07:00
fuse_i.h fuse: add list of writable files to fuse_inode 2007-10-18 14:37:31 -07:00
inode.c fuse: add list of writable files to fuse_inode 2007-10-18 14:37:31 -07:00
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00