|
@@ -172,7 +172,7 @@ ssize_t slabinfo_write(struct file *file, const char __user *buffer,
|
|
/*
|
|
/*
|
|
* Generic implementation of bulk operations
|
|
* Generic implementation of bulk operations
|
|
* These are useful for situations in which the allocator cannot
|
|
* These are useful for situations in which the allocator cannot
|
|
- * perform optimizations. In that case segments of the objecct listed
|
|
|
|
|
|
+ * perform optimizations. In that case segments of the object listed
|
|
* may be allocated or freed using these operations.
|
|
* may be allocated or freed using these operations.
|
|
*/
|
|
*/
|
|
void __kmem_cache_free_bulk(struct kmem_cache *, size_t, void **);
|
|
void __kmem_cache_free_bulk(struct kmem_cache *, size_t, void **);
|