Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96390ee5 authored by Tatyana Brokhman's avatar Tatyana Brokhman Committed by Stephen Boyd
Browse files

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.

Change-Id: I3374d97774adf06c1f93e40f1d5e1daefb983571
Signed-off-by: default avatarTatyana Brokhman <tlinder@codeaurora.org>
parent 86721c9f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1314,6 +1314,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
/*