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:
62752ee
)
[PATCH] Introduce generic_file_splice_write_nolock()
author
Mark Fasheh
<mark.fasheh@oracle.com>
Tue, 17 Oct 2006 16:43:07 +0000
(18:43 +0200)
committer
Jens Axboe
<axboe@nelson.home.kernel.dk>
Thu, 19 Oct 2006 18:53:08 +0000
(20:53 +0200)
This allows file systems to manage their own i_mutex locking while
still re-using the generic_file_splice_write() logic.
OCFS2 in particular wants this so that it can order cluster locks within
i_mutex.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found