[PATCH] splice: fix pipe_to_file() ->prepare_write() error path
authorJens Axboe <jens.axboe@oracle.com>
Wed, 11 Oct 2006 08:03:09 +0000 (10:03 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Thu, 12 Oct 2006 13:08:51 +0000 (15:08 +0200)
commite6e80f294c2688302f41959c57acfee7e131e489
treee09562611ebd0060c7876093b6b2ce1296e6793f
parenta22b169df1b9f259391cf3b8ad8bfeea3d7be3f1
[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>
fs/splice.c