Commit d9973ce2 authored by yangerkun's avatar yangerkun Committed by Darrick J. Wong
Browse files

iomap: fix comments in iomap_dio_rw



Double 'three' exists in the comments of iomap_dio_rw.

Signed-off-by: default avataryangerkun <yangerkun@huawei.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
parent 1ac99452
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -534,8 +534,8 @@ iomap_dio_rw(struct kiocb *iocb, struct iov_iter *iter,


	/*
	/*
	 * We are about to drop our additional submission reference, which
	 * We are about to drop our additional submission reference, which
	 * might be the last reference to the dio.  There are three three
	 * might be the last reference to the dio.  There are three different
	 * different ways we can progress here:
	 * ways we can progress here:
	 *
	 *
	 *  (a) If this is the last reference we will always complete and free
	 *  (a) If this is the last reference we will always complete and free
	 *	the dio ourselves.
	 *	the dio ourselves.