commit | 2933970b960223076d6affcf7a77e2bc546b8102 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Tue Apr 14 19:48:37 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Apr 15 12:10:11 2009 +0200 |
tree | 1658b9692948b5118fc5fea29b83be4329c56b6e | |
parent | b3c2d2ddd63944ef2a1e4a43077b602288107e01 [diff] |
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 <mszeredi@suse.cz> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>