]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] splice: fix pipe_to_file() ->prepare_write() error path
authorJens Axboe <jens.axboe@oracle.com>
Thu, 12 Oct 2006 05:59:47 +0000 (07:59 +0200)
committerChris Wright <chrisw@sous-sol.org>
Sat, 4 Nov 2006 01:33:44 +0000 (17:33 -0800)
commitf44a15dacc3b68d6847dba2cc45d09bcdb076867
tree8951874c402a140a387f30af5cf8d9ea70a577b0
parent5bb10961933cd8efb97e67d5cc005af9c025ee8d
[PATCH] splice: fix pipe_to_file() ->prepare_write() error path

Don't jump to the unlock+release path, we already did that.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
fs/splice.c