]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-analog-linux-kernel/dmurphy-analog.git/commit
aio: initialize kiocb private in case any filesystems expect it.
authorMike Marshall <hubcap@omnibond.com>
Tue, 5 Feb 2019 19:13:35 +0000 (14:13 -0500)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Feb 2019 15:04:22 +0000 (08:04 -0700)
commitec51f8ee1e63498e9f521ec0e5a6d04622bb2c67
tree3348b459a59ea9065f1ad4fdbd916e66e80527fa
parent9a6d5488002fdca7134a0e59b0ae252f61042810
aio: initialize kiocb private in case any filesystems expect it.

A recent optimization had left private uninitialized.

Fixes: 2bc4ca9bb600 ("aio: don't zero entire aio_kiocb aio_get_req()")
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/aio.c