commit | 6da61809822c22634a3de2dcb3c60283b836a88a | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Oct 17 18:43:07 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Thu Oct 19 20:53:08 2006 +0200 |
tree | 80bc4105a4eabb221e5b1896b2c8b915a9c90d28 | |
parent | 62752ee198dca9209b7dee504763e51b11e9e0ca [diff] |
[PATCH] Introduce generic_file_splice_write_nolock() 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>