block: Expose kblock_schedule_delayed_work()
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 <tlinder@codeaurora.org> (cherry picked from commit 87c7500d26ddddf2851bbe65190f5d8970b0346d) Change-Id: I94a1603c345db9a92237ff6696bf29e6afbe69b7 Signed-off-by: Sudhir Sharma <sudsha@codeaurora.org>
This commit is contained in:
committed by
Stephen Boyd
parent
07daeb6301
commit
1af71af874
@@ -1167,6 +1167,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
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user