[SPAM] 提供全国范围内专业的汽车租赁服务

2009-10-29 Thread zl
致:尊敬的客户(打扰处顺祝康安!) 深圳市赢时通汽车服务有限公司(http://www.ystcar.com),为赢时通科技(深圳)有限公司下 属子公司。公司成立于2005年底,目前在职员工有300余人。 我司主营汽车租赁业务,总部设在深圳经济特区。自有车辆1000余台。现已在北京、上海、广 州、深圳、济南、青岛、重庆、杭州、沈阳、石家庄、哈尔滨、南京、南昌、昆明等30多个大中 城市开设分公司,构建有完善的汽车租赁及售后服务体系。 我司配备从4人到55人的各种车型,您只需办理相关的手续,缴纳相应的费用,就可以马上享 受到准时准点的租车服务,并且为您提供完善的租前

[Libhugetlbfs-devel] [PATCH] hugeadm: Handle overflows when setting shmmax

2009-10-29 Thread Mel Gorman
When using --set-recommended-shmmax, it attempts to set the value based on the maximum number of huge pages that can be allocated. In the event the total number of huge pages exceeds the size of the virtual address space, this counter can overflow and shmmax is set to a value that makes no sense. T

[Libhugetlbfs-devel] [PATCH] hugeadm: Use unsigned long long when adjusting the pool page sizes

2009-10-29 Thread Mel Gorman
When specifying the amount of memory to allocate as huge pages with --pool-pages-max, it is possible to overflow the huge page count on 32 bit systems with large amounts of memory. For example, specifying --pool-pages-max DEFAULT:8G will overflow long and set the wrong value. This patch converts s