commit | 1179a5a0851be6753b43601c00602dcef99e68f7 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Tue Jun 14 17:03:45 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Tue Jun 14 09:09:17 2016 -0600 |
tree | 353b6201d7d2e07587f21ca26402fcfd2c2aec3c | |
parent | aa8d15bfe4ed23b97bf3990e2901844efc6347ec [diff] |
block/bio-integrity.c: Add #include "blk.h" This patch avoids that building with W=1 C=2 triggers the following warning: block/bio-integrity.c:35:6: warning: symbol 'blk_flush_integrity' was not declared. Should it be static? Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Signed-off-by: Jens Axboe <axboe@fb.com>