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

Commit b627259c authored by Nathan Scott's avatar Nathan Scott Committed by Tim Shimmin
Browse files

[XFS] Remove a no-longer-correct debug assert from dio completion


handling.

SGI-PV: 955302
SGI-Modid: xfs-linux-melb:xfs-kern:26804a

Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
parent 77e4635a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1356,7 +1356,6 @@ xfs_end_io_direct(
		ioend->io_size = size;
		xfs_finish_ioend(ioend);
	} else {
		ASSERT(size >= 0);
		xfs_destroy_ioend(ioend);
	}