Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac060cba authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Al Viro
Browse files

aio: add missing break for the IOCB_CMD_FDSYNC case



Looks like this got lost in a merge.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 89b310a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1785,6 +1785,7 @@ static int io_submit_one(struct kioctx *ctx, struct iocb __user *user_iocb,
		break;
	case IOCB_CMD_FDSYNC:
		ret = aio_fsync(&req->fsync, iocb, true);
		break;
	case IOCB_CMD_POLL:
		ret = aio_poll(req, iocb);
		break;