diff options
author | Nathan Scott <nathans@sgi.com> | 2006-09-28 11:03:33 +1000 |
---|---|---|
committer | Tim Shimmin <tes@sgi.com> | 2006-09-28 11:03:33 +1000 |
commit | b627259c602f3f1b995d09aad2b57bed889430b9 (patch) | |
tree | 8bd0c3d34fed9e3874eb8891273b85efab9d0653 /fs/xfs | |
parent | 77e4635ae191774526ed695482a151ac986f3806 (diff) | |
download | linux-3.10-b627259c602f3f1b995d09aad2b57bed889430b9.tar.gz linux-3.10-b627259c602f3f1b995d09aad2b57bed889430b9.tar.bz2 linux-3.10-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')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 1 |
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 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); } |