diff options
Diffstat (limited to 'include/linux/backing-dev.h')
| -rw-r--r-- | include/linux/backing-dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index 09da0f124699..f6be4b0b6c18 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
| @@ -28,6 +28,7 @@ void bdi_put(struct backing_dev_info *bdi); | |||
| 28 | 28 | ||
| 29 | __printf(2, 3) | 29 | __printf(2, 3) |
| 30 | int bdi_register(struct backing_dev_info *bdi, const char *fmt, ...); | 30 | int bdi_register(struct backing_dev_info *bdi, const char *fmt, ...); |
| 31 | __printf(2, 0) | ||
| 31 | int bdi_register_va(struct backing_dev_info *bdi, const char *fmt, | 32 | int bdi_register_va(struct backing_dev_info *bdi, const char *fmt, |
| 32 | va_list args); | 33 | va_list args); |
| 33 | int bdi_register_owner(struct backing_dev_info *bdi, struct device *owner); | 34 | int bdi_register_owner(struct backing_dev_info *bdi, struct device *owner); |
