diff options
Diffstat (limited to 'include/linux/backing-dev.h')
-rw-r--r-- | include/linux/backing-dev.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index 210933c336f5..8f56634f537a 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
@@ -34,6 +34,14 @@ struct backing_dev_info { | |||
34 | void *unplug_io_data; | 34 | void *unplug_io_data; |
35 | }; | 35 | }; |
36 | 36 | ||
37 | static inline int bdi_init(struct backing_dev_info *bdi) | ||
38 | { | ||
39 | return 0; | ||
40 | } | ||
41 | |||
42 | static inline void bdi_destroy(struct backing_dev_info *bdi) | ||
43 | { | ||
44 | } | ||
37 | 45 | ||
38 | /* | 46 | /* |
39 | * Flags in backing_dev_info::capability | 47 | * Flags in backing_dev_info::capability |