From: Miklos Szeredi Date: Tue, 14 Apr 2009 17:48:37 +0000 (+0200) Subject: splice: remove i_mutex locking in splice_from_pipe() X-Git-Tag: v2.6.30-rc3~88^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2933970b960223076d6affcf7a77e2bc546b8102;p=pandora-kernel.git splice: remove i_mutex locking in splice_from_pipe() splice_from_pipe() is only called from two places: - generic_splice_sendpage() - splice_write_null() Neither of these require i_mutex to be taken on the destination inode. Signed-off-by: Miklos Szeredi Signed-off-by: Jens Axboe --- Reading git-diff-tree failed