From patchwork Sun Sep 16 09:00:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: tlinder X-Patchwork-Id: 1462711 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id D705ADF28C for ; Sun, 16 Sep 2012 09:00:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751661Ab2IPJAf (ORCPT ); Sun, 16 Sep 2012 05:00:35 -0400 Received: from wolverine01.qualcomm.com ([199.106.114.254]:14283 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751480Ab2IPJAe (ORCPT ); Sun, 16 Sep 2012 05:00:34 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6836"; a="237334507" Received: from pdmz-ns-mip.qualcomm.com (HELO mostmsg01.qualcomm.com) ([199.106.114.10]) by wolverine01.qualcomm.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 16 Sep 2012 02:00:24 -0700 Received: from lx-tlinder2.qi.qualcomm.com (pdmz-ns-snip_218_1.qualcomm.com [192.168.218.1]) by mostmsg01.qualcomm.com (Postfix) with ESMTPA id 4834310004AA; Sun, 16 Sep 2012 02:00:23 -0700 (PDT) From: Tatyana Brokhman To: axboe@kernel.dk Cc: linux-mmc@vger.kernel.org, linux-arm-msm@vger.kernel.org, Tatyana Brokhman , linux-kernel@vger.kernel.org (open list) Subject: [RFC/PATCH/RESEND 1/2] block: Expose kblock_schedule_delayed_work() Date: Sun, 16 Sep 2012 12:00:07 +0300 Message-Id: <1347786008-6310-2-git-send-email-tlinder@codeaurora.org> X-Mailer: git-send-email 1.7.6 In-Reply-To: <1347786008-6310-1-git-send-email-tlinder@codeaurora.org> References: <1347786008-6310-1-git-send-email-tlinder@codeaurora.org> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org This function is exported in blk-core.c to be used in other modules but it's definition in h file is missing. Signed-off-by: Tatyana Brokhman --- include/linux/blkdev.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 4a2ab7c..6929194 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1208,6 +1208,8 @@ static inline void put_dev_sector(Sector p) struct work_struct; int kblockd_schedule_work(struct request_queue *q, struct work_struct *work); +int kblockd_schedule_delayed_work(struct request_queue *q, + struct delayed_work *dwork, unsigned long delay); #ifdef CONFIG_BLK_CGROUP /*