浏览代码

[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>

Nathan Scott 18 年之前
父节点
当前提交
b627259c60
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/xfs/linux-2.6/xfs_aops.c

+ 0 - 1
fs/xfs/linux-2.6/xfs_aops.c

@@ -1356,7 +1356,6 @@ xfs_end_io_direct(
 		ioend->io_size = size;
 		xfs_finish_ioend(ioend);
 	} else {
-		ASSERT(size >= 0);
 		xfs_destroy_ioend(ioend);
 	}