diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blkdev.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 593386162f47..6609371c303e 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -104,8 +104,7 @@ struct io_context { | |||
104 | 104 | ||
105 | void put_io_context(struct io_context *ioc); | 105 | void put_io_context(struct io_context *ioc); |
106 | void exit_io_context(void); | 106 | void exit_io_context(void); |
107 | struct io_context *current_io_context(gfp_t gfp_flags); | 107 | struct io_context *get_io_context(gfp_t gfp_flags, int node); |
108 | struct io_context *get_io_context(gfp_t gfp_flags); | ||
109 | void copy_io_context(struct io_context **pdst, struct io_context **psrc); | 108 | void copy_io_context(struct io_context **pdst, struct io_context **psrc); |
110 | void swap_io_context(struct io_context **ioc1, struct io_context **ioc2); | 109 | void swap_io_context(struct io_context **ioc1, struct io_context **ioc2); |
111 | 110 | ||