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 9280f6822c [PATCH] fuse: remove clear_page_dirty() call
The use by FUSE was just a remnant of an optimization from the time
when writable mappings were supported.

Now FUSE never actually allows the creation of dirty pages, so this
invocation of clear_page_dirty() is effectively a no-op.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-21 09:25:08 -08:00
..
control.c [PATCH] struct path: convert fuse 2006-12-08 08:28:45 -08:00
dev.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
dir.c [PATCH] struct path: convert fuse 2006-12-08 08:28:45 -08:00
file.c [PATCH] fuse: remove clear_page_dirty() call 2006-12-21 09:25:08 -08:00
fuse_i.h [PATCH] fuse: add DESTROY operation 2006-12-07 08:39:32 -08:00
inode.c [PATCH] fuse: fix compile without CONFIG_BLOCK 2006-12-07 08:39:32 -08:00
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00