From: Nathan Scott Date: Thu, 28 Sep 2006 01:03:33 +0000 (+1000) Subject: [XFS] Remove a no-longer-correct debug assert from dio completion X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b627259c602f3f1b995d09aad2b57bed889430b9;p=mv-sheeva.git [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 Signed-off-by: Tim Shimmin --- diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 7cde30d2939..09360cf1e1f 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/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); }