Prev: [PATCH -v2 4/5] always lock the root (oldest) anon_vma
Next: Btrfs: add basic DIO read/write support V3
From: Milton Miller on 13 May 2010 10:50 On Thu, 13 May 2010 at 17:51:25 +0800, Changli Gao wrote: > +static inline void *kvcalloc(size_t n, size_t size) > +{ > + return __kvmalloc(n * size, __GFP_ZERO); > This needs multiply overflow checking like kcalloc. milton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |