|
@@ -109,7 +109,7 @@ struct backing_dev_info {
|
|
|
#endif
|
|
|
};
|
|
|
|
|
|
-int bdi_init(struct backing_dev_info *bdi);
|
|
|
+int __must_check bdi_init(struct backing_dev_info *bdi);
|
|
|
void bdi_destroy(struct backing_dev_info *bdi);
|
|
|
|
|
|
__printf(3, 4)
|
|
@@ -117,7 +117,7 @@ int bdi_register(struct backing_dev_info *bdi, struct device *parent,
|
|
|
const char *fmt, ...);
|
|
|
int bdi_register_dev(struct backing_dev_info *bdi, dev_t dev);
|
|
|
void bdi_unregister(struct backing_dev_info *bdi);
|
|
|
-int bdi_setup_and_register(struct backing_dev_info *, char *, unsigned int);
|
|
|
+int __must_check bdi_setup_and_register(struct backing_dev_info *, char *, unsigned int);
|
|
|
void bdi_start_writeback(struct backing_dev_info *bdi, long nr_pages,
|
|
|
enum wb_reason reason);
|
|
|
void bdi_start_background_writeback(struct backing_dev_info *bdi);
|