From 0f2a1ca9005de06b40c9e47037283c3146eaedc1 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 18 Feb 2008 13:45:53 +0100 Subject: [PATCH] --- yaml --- r: 85880 b: refs/heads/master c: 13341598263011e079386b22ea35e482f97714c0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/block/blk-ioc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a44476f3eb66..f3acc223c598 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5ece6c52ea52f9e94298e950a837ccff415c7687 +refs/heads/master: 13341598263011e079386b22ea35e482f97714c0 diff --git a/trunk/block/blk-ioc.c b/trunk/block/blk-ioc.c index 80245dc30c75..4ae0929c6e38 100644 --- a/trunk/block/blk-ioc.c +++ b/trunk/block/blk-ioc.c @@ -176,7 +176,7 @@ void copy_io_context(struct io_context **pdst, struct io_context **psrc) } EXPORT_SYMBOL(copy_io_context); -int __init blk_ioc_init(void) +static int __init blk_ioc_init(void) { iocontext_cachep = kmem_cache_create("blkdev_ioc", sizeof(struct io_context), 0, SLAB_PANIC, NULL);