]> bbs.cooldavid.org Git - net-next-2.6.git/commit
pipe: fix failure to return error code on ->confirm()
authorNicolas Kaiser <nikai@nikai.net>
Thu, 21 Oct 2010 12:56:00 +0000 (14:56 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 21 Oct 2010 12:56:33 +0000 (14:56 +0200)
commite5953cbdff26f7cbae7eff30cd9b18c4e19b7594
tree9c039e5b6d0703f208aa1e1fbd10006c8cfd23b5
parentf6f94e2ab1b33f0082ac22d71f66385a60d8157f
pipe: fix failure to return error code on ->confirm()

The arguments were transposed, we want to assign the error code to
'ret', which is being returned.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Cc: stable@kernel.org
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fs/pipe.c