[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: Nathan Scott <nathans@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
This commit is contained in:
parent
77e4635ae1
commit
b627259c60
1 changed files with 0 additions and 1 deletions
|
@ -1356,7 +1356,6 @@ xfs_end_io_direct(
|
||||||
ioend->io_size = size;
|
ioend->io_size = size;
|
||||||
xfs_finish_ioend(ioend);
|
xfs_finish_ioend(ioend);
|
||||||
} else {
|
} else {
|
||||||
ASSERT(size >= 0);
|
|
||||||
xfs_destroy_ioend(ioend);
|
xfs_destroy_ioend(ioend);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue