Skip to content
Commit 6da61809 authored by Mark Fasheh's avatar Mark Fasheh Committed by Jens Axboe
Browse files

[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: default avatarMark Fasheh <mark.fasheh@oracle.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 62752ee1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment