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:
f87fd4c
)
[PATCH] fuse: fuse_copy_finish() order fix
author
Miklos Szeredi
<miklos@szeredi.hu>
Tue, 17 Jan 2006 06:14:25 +0000
(22:14 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:29 +0000
(23:15 -0800)
fuse_copy_finish() must be called before request_end(), since the later might
sleep, and no sleeping is allowed between fuse_copy_one() and
fuse_copy_finish() because of kmap_atomic()/kunmap_atomic() used in them.
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found