aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-09-28 11:03:33 +1000
committerTim Shimmin <tes@sgi.com>2006-09-28 11:03:33 +1000
commitb627259c602f3f1b995d09aad2b57bed889430b9 (patch)
tree8bd0c3d34fed9e3874eb8891273b85efab9d0653 /fs/xfs/linux-2.6
parent[XFS] Add a greedy allocation interface, allocating within a min/max size (diff)
downloadlinux-dev-b627259c602f3f1b995d09aad2b57bed889430b9.tar.xz
linux-dev-b627259c602f3f1b995d09aad2b57bed889430b9.zip
[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>
Diffstat (limited to 'fs/xfs/linux-2.6')
-rw-r--r--fs/xfs/linux-2.6/xfs_aops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c
index 7cde30d29393..09360cf1e1f2 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);
}