Skip to content
Snippets Groups Projects
Commit a93f00b3 authored by Mathieu Malaterre's avatar Mathieu Malaterre Committed by Jens Axboe
Browse files

backing: silence compiler warning using __printf


__printf marker was added in commit d2cc4dde ("bdi_register: add
__printf verification, fix arg mismatch") for function `bdi_register`
since it is useful to verify format and arguments. Apply equivalent gcc
attribute to `bdi_register_va`.

Remove warning triggered with W=1:

  mm/backing-dev.c:881:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]

Reviewed-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarMathieu Malaterre <malat@debian.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 37c7c6c7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment