K 10 svn:author V 7 weongyo K 8 svn:date V 27 2010-09-21T18:25:33.985350Z K 7 svn:log V 346 Checks the requested size whether it's over INT_MAX or not. If it's over explicitly make a panic. Most of cases the size would be less than 128 Kbytes (even if it's a worst case it'll be smaller than 1 Mbytes) because the buffer is for DMA operations. So if it's larger than 2G it means the driver writer did something wrong. Pointed by: imp END