commit | 61884de08f8368b9aa289ab8dc953e0ce4c755b1 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Aug 09 14:22:41 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Aug 09 14:22:41 2018 -0600 |
tree | c47922602bf794586a0a45d51e88a8010875cde4 | |
parent | 991f61fe7e1db3f74b72a3a5cbe6b012804eb0ee [diff] |
null_blk: add lock drop/acquire annotation sparse complains: drivers/block/null_blk_main.c:816:24: sparse: context imbalance in 'null_insert_page' - unexpected unlock Fix it by adding the necessary annotations to the function. Signed-off-by: Jens Axboe <axboe@kernel.dk>