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:
2933970
)
splice: fix i_mutex locking in generic_splice_write()
author
Miklos Szeredi
<miklos@szeredi.hu>
Tue, 14 Apr 2009 17:48:38 +0000
(19:48 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Wed, 15 Apr 2009 10:10:11 +0000
(12:10 +0200)
Rearrange locking of i_mutex on destination so it's only held while
buffers are copied with the pipe_to_file() actor, and not while
waiting for more data on the pipe.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found