summaryrefslogtreecommitdiff
path: root/include/linux/iocontext.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-11-26 14:58:09 +0300
committerJens Axboe <axboe@kernel.dk>2021-11-29 16:41:29 +0300
commit3304742562d27fb87a6d8291cc48824dd20f6964 (patch)
treeeabf122137ed1a5458e6d7056051b21b9d6dd74d /include/linux/iocontext.h
parentc2a32464f449370bff27a21b64b1b7d2e1d037f6 (diff)
downloadlinux-3304742562d27fb87a6d8291cc48824dd20f6964.tar.xz
block: mark put_io_context_active static
Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20211126115817.2087431-7-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/iocontext.h')
-rw-r--r--include/linux/iocontext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/iocontext.h b/include/linux/iocontext.h
index bcd47d104d8e..3ba45953d522 100644
--- a/include/linux/iocontext.h
+++ b/include/linux/iocontext.h
@@ -132,7 +132,6 @@ static inline void get_io_context_active(struct io_context *ioc)
struct task_struct;
#ifdef CONFIG_BLOCK
void put_io_context(struct io_context *ioc);
-void put_io_context_active(struct io_context *ioc);
void exit_io_context(struct task_struct *task);
struct io_context *get_task_io_context(struct task_struct *task,
gfp_t gfp_flags, int node);