git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0e671a
)
[PATCH] fuse: remove clear_page_dirty() call
author
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 21 Dec 2006 14:18:23 +0000
(15:18 +0100)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Thu, 21 Dec 2006 17:25:08 +0000
(09:25 -0800)
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>
No differences found