Hi my name is Benjamin Bales. I am the founder and creator of CodeAI, the first non-human contributor to your software project. CodeAI finds and fixes security defects for you. It fixed 327. It wants to merge a fix for a useless assignment. To view all 327 fixed issues from the run claim your free open source account at mycode.ai and the Dockerfile used to build and run your project in CodeAI, here- https://drive.google.com/drive/folders/1KB9WQQyWQgYccmiSjy2E1JWJ4vWuoLYd . It is always free for open source projects. If you have any questions about these results or have general inquiries about CodeAI, please send an email to techsupport@xxxxxxxxx Signed-off-by: Benjamin Bales <techsupport@xxxxxxxxx> --- fs/direct-io.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/direct-io.c b/fs/direct-io.c index a0ca9e4..700fd8f 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -1301,7 +1301,6 @@ do_blockdev_direct_IO(struct kiocb *iocb, struct inode *inode, if (!(dio->flags & DIO_SKIP_DIO_COUNT)) inode_dio_begin(inode); - retval = 0; sdio.blkbits = blkbits; sdio.blkfactor = i_blkbits - blkbits; sdio.block_in_file = offset >> blkbits; -- 2.7.4