]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change jobref and *ijoblist from int to long in order to avoid
authorAlan Cox <alc@FreeBSD.org>
Sun, 7 Apr 2002 01:28:34 +0000 (01:28 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 7 Apr 2002 01:28:34 +0000 (01:28 +0000)
commit63a4964eecc6694b422f563ad206334d368d860b
treeee606391c8848a0c8e8ad00a2d0e0396aceb0df2
parent173ef5da34637eea569302c616ba21a044ef25f6
Change jobref and *ijoblist from int to long in order to avoid
a catastrophe after the 2^32nd AIO operation on 64-bit architectures.
sys/kern/vfs_aio.c